This commit is contained in:
Kevin Röbert 2017-08-04 02:50:25 +02:00
parent db03e2054d
commit 3b476d9d5d
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -7,6 +7,5 @@
".*(amazon-adsystem\\.com)\\/.*", ".*(amazon-adsystem\\.com)\\/.*",
".*(adsensecustomsearchads\\.com)\\/.*", ".*(adsensecustomsearchads\\.com)\\/.*",
"pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?" "pd_rd_[a-zA-Z]*=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?"
], ]
} }