Added exceptions for blizzard

#248
This commit is contained in:
Kevin Röbert 2019-09-11 19:51:02 +02:00
parent 6ed708b94d
commit fad7010f10

View File

@ -179,7 +179,9 @@
".*(myaccount.google\\.[a-zA-Z]{2,}).*", ".*(myaccount.google\\.[a-zA-Z]{2,}).*",
".*([\\.]?tangerine\\.ca).*", ".*([\\.]?tangerine\\.ca).*",
".*bugtracker\\.fairphone\\.com\\/.*[\\?|&]ref[\\_]?=[^\\/|\\?|&]*.*", ".*bugtracker\\.fairphone\\.com\\/.*[\\?|&]ref[\\_]?=[^\\/|\\?|&]*.*",
".*(comment-cdn\\.9gag\\.com).*(\\/comment-list.json\\?).*" ".*(comment-cdn\\.9gag\\.com).*(\\/comment-list.json\\?).*",
".*(battle.\\net\\/login).*",
".*(blizzard\\.com\\/oauth2).*"
], ],
"redirections": [], "redirections": [],
"forceRedirection": false "forceRedirection": false