1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Fix lavamoat policy

This commit is contained in:
Erik Marks 2022-03-22 21:27:48 -07:00
parent 4139aa26a9
commit 3363cdcce1
3 changed files with 3 additions and 1 deletions

View File

@ -735,6 +735,7 @@
"clearTimeout": true,
"console.error": true,
"console.log": true,
"console.warn": true,
"setTimeout": true
},
"packages": {

View File

@ -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": {

View File

@ -735,6 +735,7 @@
"clearTimeout": true,
"console.error": true,
"console.log": true,
"console.warn": true,
"setTimeout": true
},
"packages": {