mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[SM-184] Remove manifest.storage in Firefox since it's not supported (#3390)
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user