this post was submitted on 11 Aug 2023
514 points (100.0% liked)

Technology

37360 readers
254 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

I haven't been using Firefox for Android because I heard they don't have a WebView Implementation so the firefox browser has to be used beside the Chromium WebView meaning there's an attack surface of two browser engines. I also heard that the Firefox sandboxing and site isolation isn't very good between websites.

I've been using Vanadium WebView and browser because of that.

[–] [email protected] 2 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months ago

Android System Webview allows apps to display browser windows in the app rather than taking you to your web browser app. On Android, chromium is used for webview. If you use Firefox as a default browser, the remote attack surface increases because they're two different browsers with different security issues.

Site isolation enforces security boundaries around each site using the sandbox by placing each site into an isolated sandbox. Firefox doesn't have that feature so they're vulnerable to attacks like Spectre.