mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add harbourair.com to injection block list
This site was getting unexpected results when MetaMask was installed. https://consensys.zendesk.com/agent/tickets/2312
This commit is contained in:
parent
5a45df72c6
commit
c4ae399577
@ -177,6 +177,7 @@ function blacklistedDomainCheck () {
|
||||
'cdn.shopify.com/s/javascripts/tricorder/xtld-read-only-frame.html',
|
||||
'adyen.com',
|
||||
'gravityforms.com',
|
||||
'harbourair.com',
|
||||
]
|
||||
var currentUrl = window.location.href
|
||||
var currentRegex
|
||||
|
Loading…
Reference in New Issue
Block a user