1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Normalize removeparam to removeparam, not queryprune

This commit is contained in:
Raymond Hill 2021-04-16 08:59:57 -04:00
parent 299eacbbf8
commit 912bdce9cd
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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' ],