From c8c2ec924e94baec877cefc01447b76919b2ec86 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Sat, 30 Nov 2024 04:17:11 +0000 Subject: [PATCH] Update LavaMoat policies --- app/scripts/constants/sentry-state.ts | 4 ++-- lavamoat/build-system/policy.json | 10 +--------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/app/scripts/constants/sentry-state.ts b/app/scripts/constants/sentry-state.ts index f9998a1953e7..63c2c48b03bc 100644 --- a/app/scripts/constants/sentry-state.ts +++ b/app/scripts/constants/sentry-state.ts @@ -272,8 +272,8 @@ export const SENTRY_BACKGROUND_STATE = { }, FeatureFlagController: {}, RemoteFeatureFlagController: { - remoteFeatureFlags: {}, - cacheTimestamp: 0, + remoteFeatureFlags: true, + cacheTimestamp: true, }, NotificationServicesPushController: { fcmToken: false, diff --git a/lavamoat/build-system/policy.json b/lavamoat/build-system/policy.json index 06d6042f6433..5338922720ef 100644 --- a/lavamoat/build-system/policy.json +++ b/lavamoat/build-system/policy.json @@ -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": { @@ -8839,13 +8838,6 @@ "typescript": true } }, - "tsx>fsevents": { - "globals": { - "console.assert": true, - "process.platform": true - }, - "native": true - }, "typescript": { "builtin": { "buffer.Buffer": true,