Skip to content

Commit

Permalink
fix(manifest.firefox.json): Make sure host permission matches the one…
Browse files Browse the repository at this point in the history
… in the code

fixes #1509

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jan 4, 2024
1 parent 86ae2f1 commit 05f9220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

"default_locale": "en",

"permissions": ["https://*/", "http://*/", "alarms", "bookmarks", "storage", "unlimitedStorage", "tabs", "identity"],
"permissions": ["*://*/*", "alarms", "bookmarks", "storage", "unlimitedStorage", "tabs", "identity"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",

"options_ui": {
Expand Down

0 comments on commit 05f9220

Please sign in to comment.