mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
Normalize removeparam
to removeparam
, not queryprune
This commit is contained in:
parent
299eacbbf8
commit
912bdce9cd
@ -2319,7 +2319,7 @@ Parser.netOptionTokenNames = new Map([
|
||||
[ OPTTokenPing, 'ping' ],
|
||||
[ OPTTokenPopunder, 'popunder' ],
|
||||
[ OPTTokenPopup, 'popup' ],
|
||||
[ OPTTokenQueryprune, 'queryprune' ],
|
||||
[ OPTTokenQueryprune, 'removeparam' ],
|
||||
[ OPTTokenRedirect, 'redirect' ],
|
||||
[ OPTTokenRedirectRule, 'redirect-rule' ],
|
||||
[ OPTTokenScript, 'script' ],
|
||||
|
Loading…
Reference in New Issue
Block a user