Skip to content

Commit

Permalink
Update LavaMoat policies
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot authored and DDDDDanica committed Dec 2, 2024
1 parent 3d6ce59 commit c8c2ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app/scripts/constants/sentry-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ export const SENTRY_BACKGROUND_STATE = {
},
FeatureFlagController: {},
RemoteFeatureFlagController: {
remoteFeatureFlags: {},
cacheTimestamp: 0,
remoteFeatureFlags: true,
cacheTimestamp: true,
},
NotificationServicesPushController: {
fcmToken: false,
Expand Down
10 changes: 1 addition & 9 deletions lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2040,8 +2040,7 @@
"chokidar>normalize-path": true,
"chokidar>readdirp": true,
"del>is-glob": true,
"eslint>glob-parent": true,
"tsx>fsevents": true
"eslint>glob-parent": true
}
},
"chokidar>anymatch": {
Expand Down Expand Up @@ -8839,13 +8838,6 @@
"typescript": true
}
},
"tsx>fsevents": {
"globals": {
"console.assert": true,
"process.platform": true
},
"native": true
},
"typescript": {
"builtin": {
"buffer.Buffer": true,
Expand Down

0 comments on commit c8c2ec9

Please sign in to comment.