Rules fix

This commit is contained in:
Kevin Röbert 2018-07-16 14:29:56 +02:00
parent ad5a55eb05
commit 174114b595

View File

@ -79,7 +79,7 @@
".*(news\\.google\\.).*\\?hl=.*" ".*(news\\.google\\.).*\\?hl=.*"
], ],
"redirections": [ "redirections": [
".*google\\..*\\/.*url\\?.*url=(.*)" ".*google\\..*\\/.*url\\?.*url=([^&]*)"
] ]
}, },
"googlesyndication": { "googlesyndication": {
@ -207,7 +207,7 @@
"rules": [], "rules": [],
"exceptions": [], "exceptions": [],
"redirections": [ "redirections": [
"out\\.reddit\\.\\w{2,}\\/.*url=(.*)" "out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)"
] ]
} }
, ,