mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Use removeparam
, queryprune
is deprecated
This commit is contained in:
parent
7428e117b5
commit
1becd8ad18
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ const loadBenchmarkDataset = (( ) => {
|
|||
else if ( r === 2 ) { allowCount += 1; }
|
||||
if ( r !== 1 ) {
|
||||
if ( staticNetFilteringEngine.hasQuery(fctxt) ) {
|
||||
staticNetFilteringEngine.filterQuery(fctxt, 'queryprune');
|
||||
staticNetFilteringEngine.filterQuery(fctxt, 'removeparam');
|
||||
}
|
||||
if ( fctxt.type === 'main_frame' || fctxt.type === 'sub_frame' ) {
|
||||
staticNetFilteringEngine.matchAndFetchModifiers(fctxt, 'csp');
|
||||
|
|
Loading…
Reference in a new issue