this post was submitted on 19 Jul 2024
93 points (100.0% liked)

Privacy

31220 readers
955 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I've just been playing around with https://browserleaks.com/fonts . It seems no web browser provides adequate protection for this method of fingerprinting -- in both brave and librewolf the tool detects rather unique fonts that I have installed on my system, such as "IBM Plex" and "UD Digi Kyokasho" -- almost certainly a unique fingerprint. Tor browser does slightly better as it does not divulge these "weird" fonts. However, it still reveals that the google Noto fonts are installed, which is by far not universal -- on a different machine, where no Noto fonts are installed, the tool does not report them.

For extra context: I've tested under Linux with native tor browser and flatpak'd Brave and Librewolf.

What can we do to protect ourselves from this method of fingerprinting? And why are all of these privacy-focused browsers vulnerable to it? Is work being done to mitigate this?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 1 month ago (2 children)

IIRC, it actually goes deeper than just reporting what fonts are installed. Even if the font names and metrics are masked by the browser, scripts can render them to a canvas and sample the resulting pixels.

This is why I don't install any custom fonts where a web browser can use them, and part of why I keep javascript disabled by default.

[–] [email protected] 7 points 1 month ago (3 children)

Out of curiosity, how much of the internet is unusable with js disabled? As in, how often do you run into sites that are essentially non-functional without?

[–] [email protected] 8 points 1 month ago

Don't bother https://noscriptfingerprint.com/

There's also TLS-based fingerprinting which cloudflare uses to great success, no html/css/js even needed for that.

[–] [email protected] 8 points 1 month ago* (last edited 1 month ago) (1 children)

I haven't taken measurements, but there are many problematic sites these days. Lots of web developers fail to see the problems that javascript imposes on users, so they build web apps even when they're serving static content, where a regular web site (perhaps with javascript enhancements that aren't mandatory) would do just fine.

I selectively enable first-party scripts on a handful of sites that I regularly use and mostly trust (or at least tolerate). Many others can be read without scripts using Firefox Reader View. I generally ignore the rest, and look elsewhere for whatever information I'm after.

[–] [email protected] 1 points 1 month ago

Thank you for the information! I kind of suspected it'd be like that tbh,

[–] [email protected] 4 points 1 month ago

how much of the internet is unusable with js disabled

Quite a lot actually. A lot of articles / blogs / news sites are actually more usable without javascript than with, because none of the annoying popups and shit can load. I suggest having two browser profiles: one with javascript enabled by default, and one with javascript disabled. So for things like online shopping, you'd open the js profile. And for things where you expect to do a lot of reading, use the nojs profile. Ublock origin also lets you temporarily enable/disable js for a particular website pretty easily.

[–] [email protected] 3 points 1 month ago (3 children)

I wonder if running it in a container such as flatpak would help.

[–] [email protected] 7 points 1 month ago

Flatpak is not a container and should not be thought of as such for security/privacy purposes:

In general though we try to avoid using the term container when speaking about Flatpak as it tends to cause comparisons with Docker and rkt, comparisons which quickly stop making technical sense due to the very different problem spaces these technologies try to address. And thus we prefer using the term sandboxing.

https://flatpak.org/faq/#Is_Flatpak_a_container_technology_

It can provide container-like functions if specifically configured for that, but that's not normal and it shouldn't be relied on as a security barrier.

[–] [email protected] 4 points 1 month ago (1 children)

I would not count on it, since it's required for proper theme integration. A quick search confirms my suspicion: some font direcories are mapped.

I quite like the idea though, sort of a lite qubes or unmodified VM for all Firefox Flatpak users could be nice.

[–] [email protected] 1 points 1 month ago (1 children)

In a perfect world, it would be nice to have a checkbox per app where I can select whether it should share anything with the system libraries.

[–] [email protected] 2 points 1 month ago

Not sure whether it can fix the font problem, but in general Flatseal allows you to customise permissions for installed flatpaks.

https://flathub.org/apps/com.github.tchx84.Flatseal

[–] [email protected] 1 points 1 month ago

I'm running Brave and Librewolf from flatpak. Nope, it doesn't help, at least with default sandbox settings.