Constraining complete Provider rules to https/http

This commit is contained in:
Kevin Röbert 2017-09-13 23:37:14 +02:00
parent e528ade2f0
commit 986ee20233

View File

@ -56,13 +56,13 @@
"exceptions": [] "exceptions": []
}, },
"googlesyndication": { "googlesyndication": {
"urlPattern": ".*(googlesyndication).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(googlesyndication).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": []
}, },
"doubleclick": { "doubleclick": {
"urlPattern": ".*(doubleclick).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(doubleclick).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": []
@ -92,31 +92,31 @@
"exceptions": [] "exceptions": []
}, },
"adtech": { "adtech": {
"urlPattern": ".*(adtech).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(adtech).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": []
}, },
"contentpass.net": { "contentpass.net": {
"urlPattern": ".*(contentpass\\.net).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(contentpass\\.net).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": []
}, },
"bf-ad": { "bf-ad": {
"urlPattern": ".*(bf-ad).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(bf-ad).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": []
}, },
"amazon-adsystem": { "amazon-adsystem": {
"urlPattern": ".*(amazon-adsystem).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(amazon-adsystem).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": []
}, },
"adsensecustomsearchads": { "adsensecustomsearchads": {
"urlPattern": ".*(adsensecustomsearchads).*", "urlPattern": "(https:\\/\\/||http:\\/\\/).*(adsensecustomsearchads).*",
"completeProvider": true, "completeProvider": true,
"rules": [], "rules": [],
"exceptions": [] "exceptions": []