Skip to content

Commit

Permalink
Import rule from 0x01h/gif-tracking-protection
Browse files Browse the repository at this point in the history
Co-authored-by: Geeknik Labs <[email protected]>
  • Loading branch information
ArenaL5 and geeknik committed May 4, 2020
1 parent 39e87b9 commit 40503a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/options/default-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,5 +477,24 @@
"active": false,
"description": "May cause issues after the end of the video if logged in. Disabled by default.",
"tag": "filter-google"
},
{
"title": "Filter GIF Tracking Parameters",
"uuid": "6468e7a9-440d-4727-a09e-c1a5cc386948",
"pattern": {
"scheme": "*",
"host": [
"*"
],
"path": [
"*.gif*"
]
},
"action": "filter",
"active": true,
"description": "Imported from GIF Tracking Protection webextension",
"skipRedirectionFilter": true,
"trimAllParams": true,
"tag": "filter-gif"
}
]

0 comments on commit 40503a6

Please sign in to comment.