new amazon rule

This commit is contained in:
Kevin Röbert 2017-08-25 01:08:11 +02:00
parent 7a0f965a84
commit d801741215

View File

@ -15,11 +15,11 @@
"spIA=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?", "spIA=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?",
"rh=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?", "rh=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?",
"ms3_c=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?", "ms3_c=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?",
"ref[\\_]?=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?" "ref[\\_]?=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?",
"ie=[^\\/|\\?|&]*(\\/|\\?|&(amp;)?)?"
], ],
"exceptions": [ "exceptions": [
".*(amazon\\.)\\w{2,}(\\/gp).*\\/redirector.html\\/.*", ".*(amazon\\.)\\w{2,}(\\/gp).*\\/redirector.html\\/.*"
".*(amazon\\.)\\w{2,}(\\/.*)*\\/b\\/.*"
] ]
}, },
"google": { "google": {