Privacy and security enhanced releases of Chromium for GrapheneOS. Vanadium provides the WebView and standard user-facing browser on GrapheneOS. It depends on hardening in other GrapheneOS repositories and doesn't include patches not relevant to the build targets used on GrapheneOS.
Was writing a web app that used a shared web worker and noticed that it wasn't working in Vanadium. In the debugging process, I noticed that the simple demos given on mozilla.org don't work in Vanadium as well:
Was writing a web app that used a shared web worker and noticed that it wasn't working in Vanadium. In the debugging process, I noticed that the simple demos given on mozilla.org don't work in Vanadium as well:
https://mdn.github.io/dom-examples/web-workers/simple-shared-worker/
Is there a security feature that can be turned off to enable web workers?
Thanks.