Exceptions

This commit is contained in:
Kevin Röbert 2017-08-23 14:44:18 +02:00
parent a2a3c9abd1
commit f4352ae6bb

View File

@ -18,7 +18,6 @@
"ref=[a-zA-Z0-9\\-\\.\\_\\%]*[\\?|&]?" "ref=[a-zA-Z0-9\\-\\.\\_\\%]*[\\?|&]?"
], ],
"exceptions": [ "exceptions": [
".*(amazon\\.)\\w{2,}(\\/gp\\/).*",
".*(amazon\\.)\\w{2,}(\/gp\/).*\\/redirector.html\\/.*" ".*(amazon\\.)\\w{2,}(\/gp\/).*\\/redirector.html\\/.*"
] ]
}, },
@ -48,11 +47,7 @@
"je=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?", "je=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?",
"[a-zA-Z\\_]+id=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?" "[a-zA-Z\\_]+id=[a-zA-Z0-9\\-\\.\\_]*[\\?|&]?"
], ],
"exceptions": [ "exceptions": []
".*(accounts).*",
"(https:\\/\\/||http:\\/\\/).*(googlevideo\\.com)\\/.*",
"(https:\\/\\/||http:\\/\\/).*(youtube\\.)\\w{2,}\\/.*"
]
}, },
"googlesyndication": { "googlesyndication": {
"urlPattern": ".*(googlesyndication).*", "urlPattern": ".*(googlesyndication).*",