Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
security: support for clean & safe error handling on IE 11
Added pad_utils sanitization for clean and safe error handling on browsers that do not encode the path of the URL. Edited by muxator based on #3647, to be able to apply the patch on develop (the PR was for master), and perform minor cleanups (mainly spurious statements). Closes #3647.
- Loading branch information
1 parent
c65c5f1
commit 5879037
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This code calls
require()when it's still not defined. It will be loaded in the next<script>block, via:This ended up in 1.8.0-beta.1. If confirmed, this should be fixed (or reverted).
@aaron-costello, could you confirm & review?