diff --git a/CHANGELOG b/CHANGELOG index eed41f9..1dad542 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -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] diff --git a/README.md b/README.md index b6ec5fe..486482c 100644 --- a/README.md +++ b/README.md @@ -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 |