Skip to content

Commit

Permalink
Add rules handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimbali committed Feb 18, 2020
1 parent 082c6e8 commit 1464ec9
Show file tree
Hide file tree
Showing 11 changed files with 14,436 additions and 3 deletions.
13,085 changes: 13,085 additions & 0 deletions addon/data/public_suffix_list.dat

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions addon/data/rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"rules": {"strip_params": [{"RegExp": "^utm_"}]},
"google.(com?\\.)[a-z]{,3}": {
"match": "RegExp",
"rules": {"strip_params": ["client"]},
"/search": {
"rules": {"allow_url": "q"}
}
}
}
Loading

0 comments on commit 1464ec9

Please sign in to comment.