Update rules

#229
#230
This commit is contained in:
Kevin Röbert 2019-08-22 21:57:05 +02:00
parent 9289e6a276
commit 962d484712

View File

@ -24,7 +24,8 @@
"ref_?" "ref_?"
], ],
"exceptions": [ "exceptions": [
".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*" ".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*",
".*(amazon\\.).*(\\/hz\\/reviews-render\\/ajax\\/comment\\/get\\/).*"
], ],
"rawRules": [ "rawRules": [
"\\/ref=[^\\/|\\?]*" "\\/ref=[^\\/|\\?]*"
@ -751,6 +752,17 @@
".*gate\\.sc.*\\/.*url=([^&]*)" ".*gate\\.sc.*\\/.*url=([^&]*)"
], ],
"forceRedirection": false "forceRedirection": false
},
"vk.com": {
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(vk\\.com).*",
"completeProvider": false,
"rules": [],
"rawRules": [],
"exceptions": [],
"redirections": [
".*vk\\.com\\/away\\.php\\?to=([^&]*)"
],
"forceRedirection": false
} }
} }
} }