Skip to content

Commit

Permalink
Merge pull request #2421 from keepassxreboot/add_all_urls_permission
Browse files Browse the repository at this point in the history
Add all_urls permission to manifest files
  • Loading branch information
varjolintu authored Dec 25, 2024
2 parents 494a30e + 8117b15 commit bab92a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/manifest_chromium.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"extension_pages": "script-src 'self'"
},
"host_permissions": [
"<all_urls>",
"https://*/*",
"http://*/*"
],
Expand Down
1 change: 1 addition & 0 deletions keepassxc-browser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"content/passkeys.js"
],
"permissions": [
"<all_urls>",
"activeTab",
"clipboardWrite",
"contextMenus",
Expand Down

0 comments on commit bab92a1

Please sign in to comment.