From d55d240b1886c7a6b26e65a09468e8c3fe7f6d8f Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 19 Apr 2024 13:23:42 -0400 Subject: [PATCH] Update host permission to all urls (#8831) Discussions on this permission here: https://github.com/bitwarden/clients/pull/5985 --- apps/browser/src/manifest.v3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser/src/manifest.v3.json b/apps/browser/src/manifest.v3.json index 6c58b405f42..cdd0869fc52 100644 --- a/apps/browser/src/manifest.v3.json +++ b/apps/browser/src/manifest.v3.json @@ -64,7 +64,7 @@ "offscreen" ], "optional_permissions": ["nativeMessaging", "privacy"], - "host_permissions": ["*://*/*"], + "host_permissions": [""], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'"