Add redirection from #182 and maybe fix the reddit redirection

This commit is contained in:
Kevin Röbert 2019-05-21 19:24:40 +00:00
parent 5c3b1f4880
commit e3191eecb1

View File

@ -103,6 +103,15 @@
".*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": {
"urlPattern": ".*",
"completeProvider": false,
@ -231,7 +240,7 @@
"rules": [],
"exceptions": [],
"redirections": [
"out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)"
".*out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)"
]
}
,