mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix lavamoat policy
This commit is contained in:
parent
4139aa26a9
commit
3363cdcce1
@ -735,6 +735,7 @@
|
||||
"clearTimeout": true,
|
||||
"console.error": true,
|
||||
"console.log": true,
|
||||
"console.warn": true,
|
||||
"setTimeout": true
|
||||
},
|
||||
"packages": {
|
||||
|
@ -630,7 +630,6 @@
|
||||
"@metamask/iframe-execution-environment-service": {
|
||||
"globals": {
|
||||
"clearTimeout": true,
|
||||
"console.log": true,
|
||||
"document.body.appendChild": true,
|
||||
"document.createElement": true,
|
||||
"document.getElementById": true,
|
||||
@ -754,6 +753,7 @@
|
||||
"clearTimeout": true,
|
||||
"console.error": true,
|
||||
"console.log": true,
|
||||
"console.warn": true,
|
||||
"setTimeout": true
|
||||
},
|
||||
"packages": {
|
||||
|
@ -735,6 +735,7 @@
|
||||
"clearTimeout": true,
|
||||
"console.error": true,
|
||||
"console.log": true,
|
||||
"console.warn": true,
|
||||
"setTimeout": true
|
||||
},
|
||||
"packages": {
|
||||
|
Loading…
Reference in New Issue
Block a user