mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Lint.
This commit is contained in:
parent
91a8977d27
commit
0d495372da
@ -73,7 +73,7 @@ function shouldInjectWeb3(){
|
||||
}
|
||||
|
||||
function isAllowedSuffix(testCase) {
|
||||
var prohibitedTypes = ['xml','pdf']
|
||||
var prohibitedTypes = ['xml', 'pdf']
|
||||
var currentUrl = window.location.href
|
||||
var currentRegex
|
||||
for (let i = 0; i < prohibitedTypes.length; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user