Add mentions about missing permissions and permission changes

This commit is contained in:
varjolintu 2025-06-25 07:25:42 +03:00
parent c8c0ccc3dd
commit 4961a64bb7
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
- Add support for opening keyboard shortcuts page with Firefox [#2524]
- Add submit button exception for OpenAI login page [#2542]
- Add styling changes to settings pages [#2553]
- Add Getting Started page when extension is installed for the first time [#2570]
- Add Getting Started page when extension is installed for the first time (new permission needed for privacy API) [#2570]
- Fix retrieving credentials when switching databases in unlock dialog [#2534]
- Fix username input field detection with Credential Banner [#2525]
- Fix submit button detection [#2531]

View file

@ -38,6 +38,7 @@ KeePassXC-Browser extension requests the following permissions:
| `tabs` | To request tab URL's and other info |
| `webNavigation` | To show browser notifications on install or update |
| `webRequest` | For handling HTTP Basic Auth |
| `webRequestAuthProvider` | For handling HTTP Basic Auth for Chromium based browsers |
| `webRequestBlocking` | For handling HTTP Basic Auth |
| `http://*/*` | To allow using KeePassXC-Browser on all websites |
| `https://*/*` | To allow using KeePassXC-Browser on all websites |