Skip to content

Commit

Permalink
Update LavaMoat policies
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot committed Sep 25, 2024
1 parent 94ddd17 commit e90736a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions lavamoat/browserify/beta/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"regeneratorRuntime": "write"
}
},
"@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@ensdomains/content-hash": {
"globals": {
"console.warn": true
Expand Down Expand Up @@ -1956,8 +1951,8 @@
"removeEventListener": true
},
"packages": {
"@contentful/rich-text-html-renderer": true,
"@metamask/controller-utils": true,
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": true,
"@metamask/notification-services-controller>@metamask/base-controller": true,
"@metamask/notification-services-controller>firebase": true,
"@metamask/profile-sync-controller": true,
Expand All @@ -1966,6 +1961,11 @@
"uuid": true
}
},
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@metamask/notification-services-controller>@metamask/base-controller": {
"globals": {
"setTimeout": true
Expand Down
12 changes: 6 additions & 6 deletions lavamoat/browserify/flask/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"regeneratorRuntime": "write"
}
},
"@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@ensdomains/content-hash": {
"globals": {
"console.warn": true
Expand Down Expand Up @@ -1956,8 +1951,8 @@
"removeEventListener": true
},
"packages": {
"@contentful/rich-text-html-renderer": true,
"@metamask/controller-utils": true,
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": true,
"@metamask/notification-services-controller>@metamask/base-controller": true,
"@metamask/notification-services-controller>firebase": true,
"@metamask/profile-sync-controller": true,
Expand All @@ -1966,6 +1961,11 @@
"uuid": true
}
},
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@metamask/notification-services-controller>@metamask/base-controller": {
"globals": {
"setTimeout": true
Expand Down
12 changes: 6 additions & 6 deletions lavamoat/browserify/main/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"regeneratorRuntime": "write"
}
},
"@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@ensdomains/content-hash": {
"globals": {
"console.warn": true
Expand Down Expand Up @@ -1956,8 +1951,8 @@
"removeEventListener": true
},
"packages": {
"@contentful/rich-text-html-renderer": true,
"@metamask/controller-utils": true,
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": true,
"@metamask/notification-services-controller>@metamask/base-controller": true,
"@metamask/notification-services-controller>firebase": true,
"@metamask/profile-sync-controller": true,
Expand All @@ -1966,6 +1961,11 @@
"uuid": true
}
},
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@metamask/notification-services-controller>@metamask/base-controller": {
"globals": {
"setTimeout": true
Expand Down
12 changes: 6 additions & 6 deletions lavamoat/browserify/mmi/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"regeneratorRuntime": "write"
}
},
"@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@ensdomains/content-hash": {
"globals": {
"console.warn": true
Expand Down Expand Up @@ -2048,8 +2043,8 @@
"removeEventListener": true
},
"packages": {
"@contentful/rich-text-html-renderer": true,
"@metamask/controller-utils": true,
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": true,
"@metamask/notification-services-controller>@metamask/base-controller": true,
"@metamask/notification-services-controller>firebase": true,
"@metamask/profile-sync-controller": true,
Expand All @@ -2058,6 +2053,11 @@
"uuid": true
}
},
"@metamask/notification-services-controller>@contentful/rich-text-html-renderer": {
"globals": {
"SuppressedError": true
}
},
"@metamask/notification-services-controller>@metamask/base-controller": {
"globals": {
"setTimeout": true
Expand Down

0 comments on commit e90736a

Please sign in to comment.