Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yqrashawn/cljs-webext-v3
https://github.com/yqrashawn/cljs-webext-v3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yqrashawn/cljs-webext-v3
- Owner: yqrashawn
- Created: 2024-09-11T09:16:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:25:09.000Z (2 months ago)
- Last Synced: 2024-10-23T12:14:17.408Z (2 months ago)
- Language: Clojure
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;`