mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Resolve FF < 77 not working (#1706)
This commit is contained in:
@@ -36,7 +36,7 @@ export class NativeMessagingBackground {
|
||||
private messagingService: MessagingService, private appIdService: AppIdService) {
|
||||
this.storageService.save(ConstantsService.biometricFingerprintValidated, false);
|
||||
|
||||
if (BrowserApi.isChromeApi) {
|
||||
if (chrome?.permissions?.onAdded) {
|
||||
// Reload extension to activate nativeMessaging
|
||||
chrome.permissions.onAdded.addListener(permissions => {
|
||||
BrowserApi.reloadExtension(null);
|
||||
|
||||
Reference in New Issue
Block a user