I hope this fix the bug :D
This commit is contained in:
Kevin Röbert 2018-10-20 16:18:38 +02:00
parent ca6d0e037d
commit 57de51eb53

View File

@ -64,7 +64,12 @@
"sa=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "sa=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"dpr=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "dpr=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"btn[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "btn[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"sa=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"usg=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"cd=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"cad=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"uact=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [ "exceptions": [
".*(mail\\.google\\.).*(\\/mail\\/u\\/0).*", ".*(mail\\.google\\.).*(\\/mail\\/u\\/0).*",
@ -80,7 +85,7 @@
".*(google\\.).*\\/setprefs\\?.*hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ".*(google\\.).*\\/setprefs\\?.*hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"redirections": [ "redirections": [
".*google\\..*\\/.*url\\?.*url=([^&]*)" ".*google\\..*\\/.*url\\?.*url=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)"
] ]
}, },
"googlesyndication": { "googlesyndication": {