mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Add webby awards to web3 block list.
This commit is contained in:
parent
ca780075a8
commit
86693af156
@ -131,7 +131,11 @@ function documentElementCheck () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function blacklistedDomainCheck () {
|
function blacklistedDomainCheck () {
|
||||||
var blacklistedDomains = ['uscourts.gov', 'dropbox.com']
|
var blacklistedDomains = [
|
||||||
|
'uscourts.gov',
|
||||||
|
'dropbox.com',
|
||||||
|
'webbyawards.com',
|
||||||
|
]
|
||||||
var currentUrl = window.location.href
|
var currentUrl = window.location.href
|
||||||
var currentRegex
|
var currentRegex
|
||||||
for (let i = 0; i < blacklistedDomains.length; i++) {
|
for (let i = 0; i < blacklistedDomains.length; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user