Added exception for gitlab instances

Works only for gitlab instances with git subdomain
This commit is contained in:
Kevin Röbert 2019-11-19 16:40:58 +01:00
parent 120239aa0d
commit 26a5b0648f

View File

@ -207,7 +207,8 @@
".*([\\.]?tinkoff\\.ru).*",
".*(cyberport\\.de).*(\\/adscript\\.php).*",
".*(\\/refs\\/switch).*\\?.*(%3F)?[\\?|&]?ref[\\_]?=.*",
".*tweakers\\.net\\/ext\\/lt\\.dsp\\?.*(%3F)?[\\?|&]?ref[\\_]?=.*"
".*tweakers\\.net\\/ext\\/lt\\.dsp\\?.*(%3F)?[\\?|&]?ref[\\_]?=.*",
".*git\\..*\\/commit\\/.*\\/pipelines\\?.*"
],
"redirections": [],
"forceRedirection": false