Skip to content

Commit 8e0cc34

Browse files
committed
Merge remote-tracking branch 'benma/urllist'
2 parents 195e0e5 + 351051a commit 8e0cc34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/handlers/handlers.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ func (handlers *Handlers) postOpenHandler(r *http.Request) (interface{}, error)
264264
blocked := true
265265

266266
for _, whitelistedURL := range []string{
267-
"https://shiftcrypto.ch/contact",
268-
"https://shiftcrypto.ch/shop",
269-
"https://shiftcrypto.ch/backup",
270267
"https://www.cryptocompare.com",
271268
"https://bitcoincore.org/en/2016/01/26/segwit-benefits/",
272269
"https://en.bitcoin.it/wiki/Bech32_adoption",
@@ -278,6 +275,7 @@ func (handlers *Handlers) postOpenHandler(r *http.Request) (interface{}, error)
278275
}
279276

280277
whitelistedPatterns := []string{
278+
"^https://shiftcrypto.ch/",
281279
"^https://blockstream\\.info/(testnet/)?tx/",
282280
"^http://explorer\\.litecointools\\.com/tx/",
283281
"^https://insight\\.litecore\\.io/tx/",

0 commit comments

Comments
 (0)