mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-15 19:24:31 +01:00
fix link test
This commit is contained in:
@@ -294,7 +294,8 @@ namespace BTCPayServer.Tests
|
||||
var urlBlacklist = new string[]
|
||||
{
|
||||
"https://www.btse.com", // not allowing to be hit from circleci
|
||||
"https://www.bitpay.com" // not allowing to be hit from circleci
|
||||
"https://www.bitpay.com", // not allowing to be hit from circleci
|
||||
"https://www.pnxbet.com" //has geo blocking
|
||||
};
|
||||
|
||||
foreach (var match in regex.Matches(text).OfType<Match>())
|
||||
|
||||
Reference in New Issue
Block a user