this post was submitted on 26 Jan 2024
873 points (96.6% liked)
Firefox
17911 readers
243 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Of these type of browser privacy comparisons the best I have found so far is https://privacytests.org/
There's a line "Insecure website warning" and it says firefox doesn't have it. My firefox always displays a warning when opening a http site. edit: Isn't https-only enabled by default?
Off the top of my head https-only is an available setting but is not enabled by default. Although "insecure website warning" would suggest to me that the certificate is expired or invalid, and Firefox is usually the easiest web browser to push past a self-signed certificate warning for local services
Sorry, I don't use Firefox so I cannot check what the default is at the moment. I have Librefox and Mullvad Broswer and https is on by default and they both have a green tick on this test.
Yeah, I also realized that my firefox uses arkenfox.js, so mine is also not a default install.
Looking at that, why do some browsers block media query screen size by default??
It's in the "Fingerprinting resistance tests" section so it would be one of the ways of preventing a browser from being uniquely identified by various reported variables, screen height, width etc. It's worth taking a look at this site that someone else here mentioned to see what information your browser is giving up about itself: https://www.amiunique.org/
Sure, you can get fingerprinted if you have a unique window size, but do you really want to disable that at the cost of disabling all responsive websites?
I am using Librewolf and Mullvad Browser as daily drivers, both of which pass the fingerprinting resistance tests, and the only problem I have experienced was with Twitch and that was solved by changing the user agent.
That's not what I mean by responsive. Look at the first image in the article, and now resize the window. By disabling media queries, that probably doesn't happen anymore.
That image is responsive on both my browsers. I used the Twitch example only to make the point that that was the only problem I'd experienced, not that it was necessarily related to responsiveness.
Saying that "that image is responsive" confuses me. Do you mean the resized website behaves like the image?
The browser window size is an easy way to fingerprint. You might be the only person viewing web content in a 1916x988 window who also has a certain font installed.
Yes, but that probably also prevents websites from adapting to your window size better.