-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for special exception filter
#@#+js()
The purpose is to wholly disable scriptlet injection for a given site without having to create exceptions for all matching scriptlet injection filters. The following exception filter will cause scriptlet injection to be wholly disable for `example.com`: `example.com#@#+js()` Or to disable scriptlet injection everywhere: `#@#+js()` The following form is meaningless and will be ignored: `example.com##+js()`
- Loading branch information
Showing
2 changed files
with
86 additions
and
46 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