New rules for the new feature

This commit is contained in:
Kevin Röbert 2017-09-18 17:50:46 +02:00
parent c256461340
commit 4f61b11d77

View File

@ -24,7 +24,8 @@
], ],
"exceptions": [ "exceptions": [
".*(amazon\\.)\\w{2,}(\\/gp).*\\/redirector.html\\/.*" ".*(amazon\\.)\\w{2,}(\\/gp).*\\/redirector.html\\/.*"
] ],
"redirections": []
}, },
"google": { "google": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?google\\.)\\w{2,}\\/.*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?google\\.)\\w{2,}\\/.*",
@ -53,19 +54,24 @@
"[a-zA-Z\\_]+id=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "[a-zA-Z\\_]+id=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [] "exceptions": [],
"redirections": [
"url=([^\\/|\\?|&]*)"
]
}, },
"googlesyndication": { "googlesyndication": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(googlesyndication).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(googlesyndication).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"doubleclick": { "doubleclick": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(doubleclick).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(doubleclick).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"globalRules": { "globalRules": {
"urlPattern": ".*", "urlPattern": ".*",
@ -89,37 +95,43 @@
"action_ref_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "action_ref_map=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"gs_l=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "gs_l=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"adtech": { "adtech": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(adtech).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(adtech).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"contentpass.net": { "contentpass.net": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(contentpass\\.net).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(contentpass\\.net).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"bf-ad": { "bf-ad": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(bf-ad).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(bf-ad).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"amazon-adsystem": { "amazon-adsystem": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(amazon-adsystem).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(amazon-adsystem).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"adsensecustomsearchads": { "adsensecustomsearchads": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*(adsensecustomsearchads).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(adsensecustomsearchads).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"youtube": { "youtube": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?youtube\\.)\\w{2,}\\/.*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?youtube\\.)\\w{2,}\\/.*",
@ -127,7 +139,8 @@
"rules": [ "rules": [
"feature=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "feature=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"facebook": { "facebook": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?facebook\\.)\\w{2,}\\/.*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?facebook\\.)\\w{2,}\\/.*",
@ -136,7 +149,8 @@
"[a-zA-Z]*ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "[a-zA-Z]*ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"imdb": { "imdb": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?imdb\\.com)\\/.*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?imdb\\.com)\\/.*",
@ -144,7 +158,8 @@
"rules": [ "rules": [
"ref_=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "ref_=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [] "exceptions": [],
"redirections": []
}, },
"twitter": { "twitter": {
"urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?twitter\\.)\\w{2,}\\/.*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*([\\.]?twitter\\.)\\w{2,}\\/.*",
@ -152,7 +167,8 @@
"rules": [ "rules": [
"src=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "src=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [] "exceptions": [],
"redirections": []
} }
} }
} }