1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Add an alias for window.open-defuser scriptlet

As per request from filter list maintainers.

The alias is `nowoif`, in line with other such
defusing scriplets.
This commit is contained in:
Raymond Hill 2020-04-27 11:24:41 -04:00
parent 363d56ebde
commit 6259f88598
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -154,6 +154,7 @@ const redirectableResources = new Map([
alias: 'scorecardresearch.com/beacon.js',
} ],
[ 'window.open-defuser.js', {
alias: 'nowoif.js',
data: 'text',
} ],
]);