diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index d725820..6f0ea64 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -146,6 +146,7 @@ "http://*/*", "https://api.github.com/" ], + "content_security_policy": "script-src 'self' 'sha256-UD5WN2QEhRDEZ6vkLdHKFlkHwzbemzW2ppJiOLooI8o='; object-src 'none'", "applications": { "gecko": { "id": "keepassxc-browser@keepassxc.org", diff --git a/keepassxc-browser/options/options.html b/keepassxc-browser/options/options.html index bbee559..4dbc7cf 100644 --- a/keepassxc-browser/options/options.html +++ b/keepassxc-browser/options/options.html @@ -20,6 +20,13 @@ +