Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions apps/connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Firefox Developer Edition > Tools > Add-ons and Themes > click on gear icon (Too

> Note: Does not reload automatically, requires build and load on change.

#### Enable hot reload

Open `about:config` in Firefox, search for `content-security-policy.v3` update `extensions.webextensions.base-content-security-policy.v3` and `extensions.webextensions.default-content-security-policy.v3` to `script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval';`

> Note: These settings affect other installed extensions as well.

### Status Desktop

#### Run
Expand Down