Skip to content

Commit

Permalink
Re-add permissions required to handle basic auth requests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Harböck <[email protected]>
  • Loading branch information
Pharb committed Mar 15, 2020
1 parent 46617e3 commit 88952a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/chrome-manifest-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"activeTab",
"storage",
"nativeMessaging",
"http://*/*",
"https://*/*",
"notifications",
"webRequest",
"webRequestBlocking"
Expand Down
2 changes: 2 additions & 0 deletions manifests/chrome-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"activeTab",
"storage",
"nativeMessaging",
"http://*/*",
"https://*/*",
"notifications",
"webRequest",
"webRequestBlocking"
Expand Down
1 change: 1 addition & 0 deletions manifests/firefox-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
},

"permissions": [
"<all_urls>",
"activeTab",
"clipboardWrite",
"storage",
Expand Down

0 comments on commit 88952a2

Please sign in to comment.