Add redirection from #182 and maybe fix the reddit redirection
This commit is contained in:
parent
5c3b1f4880
commit
e3191eecb1
|
@ -103,6 +103,15 @@
|
||||||
".*doubleclick\\..*\\/.*tag_for_child_directed_treatment=;%3F(.*)"
|
".*doubleclick\\..*\\/.*tag_for_child_directed_treatment=;%3F(.*)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"googleadservices": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(googleadservices)(\\.[a-zA-Z]{2,}).*",
|
||||||
|
"completeProvider": true,
|
||||||
|
"rules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*googleadservices\\..*\\/.*adurl=([^&]*)"
|
||||||
|
]
|
||||||
|
},
|
||||||
"globalRules": {
|
"globalRules": {
|
||||||
"urlPattern": ".*",
|
"urlPattern": ".*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
|
@ -231,7 +240,7 @@
|
||||||
"rules": [],
|
"rules": [],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": [
|
"redirections": [
|
||||||
"out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)"
|
".*out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user