GrapheneOS / Vanadium

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.
https://vanadium.app/
Other
887 stars 69 forks source link

Enable NoScript #255

Closed secretmango closed 1 year ago

secretmango commented 1 year ago

Vanadium offers some form of JS blocking, similar to the Firefox Addon "noJS". This disables all Javascript for domains but the list can neither be exported or imported, so it takes an eternity to set up.

Better solution

whole Implementation of the addon. I guess this is not possible using Chromium Android as base.

NoScript allows detailed blocking of Javascript types: script, object, media, frame, font, webgl, fetch, ping, noscript, unchecked CSS, LAN, other

Alternative solution

Set a preset of blocked Javascript domains.

Problem:

thestinger commented 1 year ago

This isn't within the scope of Vanadium. It's not the way we want to approach these things and is not a actually a good approach for privacy and security, especially for it to be user friendly.