WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
356 stars 13 forks source link

refactor: tighten CSP #171

Closed WofWca closed 6 months ago

WofWca commented 6 months ago

TODO:

(Content Security Policy)

Although this unfortunately does not affect content scripts: https://developer.chrome.com/docs/extensions/reference/manifest/content-security-policy

applies to page and worker contexts in the extension. This would include the extension popup, background worker, and tabs with HTML pages or iframes that were opened by the extension

I also tried to sandbox the local-file-player, but there we're using getURL for dynamic imports.