Test rules and exceptions

This commit is contained in:
Kevin Röbert 2017-08-04 02:48:47 +02:00
parent a4c453733e
commit db03e2054d
2 changed files with 18 additions and 0 deletions

6
rules/exceptions.json Normal file
View File

@ -0,0 +1,6 @@
{
"amazon": [
".*(amazon\\.)\\w{2,}(\\/gp\\/).*"
],
}

12
rules/rules.json Normal file
View 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\\-\\.\\_]*[\\?|&]?"
],
}