mirror of https://github.com/gorhill/uBlock.git
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