Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yqrashawn/cljs-webext-v3


https://github.com/yqrashawn/cljs-webext-v3

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Firefox (Developer Addition)
in `about:config`

default `extensions.webextensions.default-content-security-policy.v3` is `script-src 'self'; upgrade-insecure-requests;`

change it to `script-src 'self' 'unsafe-eval' http://localhost:8063 http://localhost:8064;`

`extensions.webextensions.base-content-security-policy.v3`
default is
`script-src 'self' 'wasm-unsafe-eval';`
change it to `script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval' http://localhost:8063 http://localhost:8064; script-src-elem 'self' http://localhost:8063 http://localhost:8064;`