Test rules and exceptions
This commit is contained in:
parent
a4c453733e
commit
db03e2054d
6
rules/exceptions.json
Normal file
6
rules/exceptions.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"amazon": [
|
||||
".*(amazon\\.)\\w{2,}(\\/gp\\/).*"
|
||||
],
|
||||
|
||||
}
|
12
rules/rules.json
Normal file
12
rules/rules.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"amazon": [
|
||||
"pf_rd_[a-zA-Z]=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
"qid=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
"sr=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
"srs=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
|
||||
".*(amazon-adsystem\\.com)\\/.*",
|
||||
".*(adsensecustomsearchads\\.com)\\/.*",
|
||||
"pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?"
|
||||
],
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user