mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Remove webRequestBlocking permission from V3 manifests (#2893)
This commit is contained in:
parent
dd9d3d0b47
commit
64fda92e27
2 changed files with 2 additions and 4 deletions
3
dist/manifest_chromium.json
vendored
3
dist/manifest_chromium.json
vendored
|
|
@ -170,8 +170,7 @@
|
|||
"tabs",
|
||||
"webNavigation",
|
||||
"webRequest",
|
||||
"webRequestAuthProvider",
|
||||
"webRequestBlocking"
|
||||
"webRequestAuthProvider"
|
||||
],
|
||||
"optional_permissions": [
|
||||
"privacy"
|
||||
|
|
|
|||
|
|
@ -170,8 +170,7 @@
|
|||
"tabs",
|
||||
"webNavigation",
|
||||
"webRequest",
|
||||
"webRequestAuthProvider",
|
||||
"webRequestBlocking"
|
||||
"webRequestAuthProvider"
|
||||
],
|
||||
"optional_permissions": [
|
||||
"privacy"
|
||||
|
|
|
|||
Loading…
Reference in a new issue