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' ],
|
[ OPTTokenPing, 'ping' ],
|
||||||
[ OPTTokenPopunder, 'popunder' ],
|
[ OPTTokenPopunder, 'popunder' ],
|
||||||
[ OPTTokenPopup, 'popup' ],
|
[ OPTTokenPopup, 'popup' ],
|
||||||
[ OPTTokenQueryprune, 'queryprune' ],
|
[ OPTTokenQueryprune, 'removeparam' ],
|
||||||
[ OPTTokenRedirect, 'redirect' ],
|
[ OPTTokenRedirect, 'redirect' ],
|
||||||
[ OPTTokenRedirectRule, 'redirect-rule' ],
|
[ OPTTokenRedirectRule, 'redirect-rule' ],
|
||||||
[ OPTTokenScript, 'script' ],
|
[ OPTTokenScript, 'script' ],
|
||||||
|
|
Loading…
Reference in New Issue