Skip to content

Commit

Permalink
Add an alias for window.open-defuser scriptlet
Browse files Browse the repository at this point in the history
As per request from filter list maintainers.

The alias is `nowoif`, in line with other such
defusing scriplets.
  • Loading branch information
gorhill committed Apr 27, 2020
1 parent 363d56e commit 6259f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/redirect-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const redirectableResources = new Map([
alias: 'scorecardresearch.com/beacon.js',
} ],
[ 'window.open-defuser.js', {
alias: 'nowoif.js',
data: 'text',
} ],
]);
Expand Down

0 comments on commit 6259f88

Please sign in to comment.