mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +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() {
|
function distFirefox() {
|
||||||
return dist("firefox", (manifest) => {
|
return dist("firefox", (manifest) => {
|
||||||
delete manifest.content_security_policy;
|
delete manifest.content_security_policy;
|
||||||
|
delete manifest.storage;
|
||||||
removeShortcuts(manifest);
|
removeShortcuts(manifest);
|
||||||
return manifest;
|
return manifest;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user