Skip to content

Commit

Permalink
Use removeparam, queryprune is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Dec 4, 2021
1 parent 7428e11 commit 1becd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/benchmarks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 1becd8a

Please sign in to comment.