Regex amazon exception fix

This commit is contained in:
Kevin Röbert 2017-08-25 00:10:13 +02:00
parent 5a887778d1
commit 2b370fdf5b

View File

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