1
0
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:
Oscar Hinton
2021-03-10 21:27:05 +01:00
committed by GitHub
parent 0c25456ea3
commit e56e1a5c7f
5 changed files with 39 additions and 29 deletions

View File

@@ -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;
});