mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Add support for browser biometrics on Firefox >= 87 (#1668)
This commit is contained in:
@@ -58,7 +58,6 @@ function dist(browserName, manifest) {
|
||||
function distFirefox() {
|
||||
return dist('firefox', (manifest) => {
|
||||
delete manifest.content_security_policy;
|
||||
delete manifest.optional_permissions;
|
||||
removeShortcuts(manifest);
|
||||
return manifest;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user