Added exception for gitlab instances
Works only for gitlab instances with git subdomain
This commit is contained in:
parent
120239aa0d
commit
26a5b0648f
|
@ -207,7 +207,8 @@
|
||||||
".*([\\.]?tinkoff\\.ru).*",
|
".*([\\.]?tinkoff\\.ru).*",
|
||||||
".*(cyberport\\.de).*(\\/adscript\\.php).*",
|
".*(cyberport\\.de).*(\\/adscript\\.php).*",
|
||||||
".*(\\/refs\\/switch).*\\?.*(%3F)?[\\?|&]?ref[\\_]?=.*",
|
".*(\\/refs\\/switch).*\\?.*(%3F)?[\\?|&]?ref[\\_]?=.*",
|
||||||
".*tweakers\\.net\\/ext\\/lt\\.dsp\\?.*(%3F)?[\\?|&]?ref[\\_]?=.*"
|
".*tweakers\\.net\\/ext\\/lt\\.dsp\\?.*(%3F)?[\\?|&]?ref[\\_]?=.*",
|
||||||
|
".*git\\..*\\/commit\\/.*\\/pipelines\\?.*"
|
||||||
],
|
],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user