diff --git a/apps/browser/gulpfile.js b/apps/browser/gulpfile.js index 6acb0247198..29bca0f8954 100644 --- a/apps/browser/gulpfile.js +++ b/apps/browser/gulpfile.js @@ -60,6 +60,7 @@ function dist(browserName, manifest) { function distFirefox() { return dist("firefox", (manifest) => { delete manifest.content_security_policy; + delete manifest.storage; removeShortcuts(manifest); return manifest; });