mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
New rules
Add providers: +adtech +contentpass.net +bf-ad +amazon-adsystem
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user