-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Scriptlet argument escaping Scriptlets comming from CDN maybe have escaped arguments for sake of backward compatibility with older adblocker engines - this makes them hard to read and debug, so they should be unescaped before injection. Scriptlets arguments that have escape sequences require the escape charactes to be escaped, otherwise when injected they would be evaluated
- Loading branch information
Showing
2 changed files
with
94 additions
and
20 deletions.
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 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