phoenix
phoenix copied to clipboard
Sanboxed extensions
Ivestigate ways to sandbox extensions access to
- [ ] network - enxtensions hwould declare what network resources they access and we whitelist only those resources.
- [ ] dom, dom sanitize extension- https://www.npmjs.com/package/dompurify
- [ ] maybe seperate each/group all extension to a web worker with limited access?