Skip to content

Commit

Permalink
fix(extension): Drop the https restriction in firefox. Fixes #23
Browse files Browse the repository at this point in the history
added csp rule to allow firefox to connect to http endpoints

Co-authored-by: kamtschatka <[email protected]>
  • Loading branch information
kamtschatka and kamtschatka authored May 25, 2024
1 parent 6dc67cf commit 875cc35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/browser-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"id": "[email protected]"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": ["storage", "tabs"]
}

0 comments on commit 875cc35

Please sign in to comment.