mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +01:00
[SM-184] Remove manifest.storage in Firefox since it's not supported (#3390)
This commit is contained in:
parent
84bb79dfd0
commit
feb6e67bc4
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user