mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Add mentions about missing permissions and permission changes
This commit is contained in:
parent
c8c0ccc3dd
commit
4961a64bb7
2 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue