Add Exception for amazon login

This commit is contained in:
Kevin Röbert 2017-08-23 14:21:03 +02:00
parent 1c1dbc3538
commit a2a3c9abd1

View File

@ -18,7 +18,8 @@
"ref=[a-zA-Z0-9\\-\\.\\_\\%]*[\\?|&]?" "ref=[a-zA-Z0-9\\-\\.\\_\\%]*[\\?|&]?"
], ],
"exceptions": [ "exceptions": [
".*(amazon\\.)\\w{2,}(\\/gp\\/).*" ".*(amazon\\.)\\w{2,}(\\/gp\\/).*",
".*(amazon\\.)\\w{2,}(\/gp\/).*\\/redirector.html\\/.*"
] ]
}, },
"google": { "google": {