New rules

Add providers:
+adtech
+contentpass.net
+bf-ad
+amazon-adsystem
This commit is contained in:
Kevin Röbert 2017-08-08 22:52:46 +02:00
parent ac66f5d38f
commit 9a0ca8391b

View File

@ -69,6 +69,30 @@
"utm_[a-zA-Z]*=.*[\\?|&]?"
],
"exceptions": []
},
"adtech": {
"urlPattern": ".*(adtech).*",
"completeProvider": true,
"rules": [],
"exceptions": []
},
"contentpass.net": {
"urlPattern": ".*(contentpass\\.net).*",
"completeProvider": true,
"rules": [],
"exceptions": []
},
"bf-ad": {
"urlPattern": ".*(bf-ad).*",
"completeProvider": true,
"rules": [],
"exceptions": []
},
"amazon-adsystem": {
"urlPattern": ".*(amazon-adsystem).*",
"completeProvider": true,
"rules": [],
"exceptions": []
}
}
}