Just use fennec fdroid with addons that you want.What's a good privacy focused browser for android phones? I found one a couple of weeks back on fdroid, which claimed to change the user agent and share fake details about the phone being used, os version etc. with the website but lost its link.
What's a good privacy focused browser for android phones? I found one a couple of weeks back on fdroid, which claimed to change the user agent and share fake details about the phone being used, os version etc. with the website but lost its link.
Fennec Froid beats all of these in a heartbeat.Firefox Focus: The privacy browser
Firefox Focus is your dedicated privacy browser with automatic tracking protection.www.mozilla.orgThe browser that puts you first | Brave
The Brave browser is a fast, private and secure web browser for PC, Mac and mobile. Download now to enjoy a faster ad-free browsing experience that saves data and battery life by blocking tracking software.brave.comVivaldi Browser | Powerful, Personal and Private web browser
It’s a web browser. But fun. It comes with a bunch of clever features built-in. It’s super flexible and does not track you. Get the Vivaldi browser for desktop, mobile, and your car!vivaldi.com
Mate fennec has everything that vanilla Firefox has, incluindg addons support. You can login to the browser with your Firefox account credentials as well. Only the extra tracking and telemetry are stripped off.I personally prefer vanilla firefox. Has good features, plus addons like adblock
Lacks extension support. + Based on ubiquitous Chromium. Using FF means discouraging this unhealthy ubiquity.GitHub - uazo/cromite: Cromite a Bromite fork with ad blocking and privacy enhancements; take back your browser!
Cromite a Bromite fork with ad blocking and privacy enhancements; take back your browser! - uazo/cromitegithub.com
Could you elaborate why exactly?Nothing comes close.
Sure,Could you elaborate why exactly?
I don't think you need a privacy focused browser, chrome in incognito mode seems fine for most tasks.What's a good privacy focused browser for android phones? I found one a couple of weeks back on fdroid, which claimed to change the user agent and share fake details about the phone being used, os version etc. with the website but lost its link.
Don't know if the info is outdated, but mull now seems to have site isolation baked in. I am on v114 (build 21140000) and I am able to set both "fission.autostart" and "gfx.webrender.all" prefs to "true" through about:config. But I can't confirm if the feature is functional as there doesn't seem to be any way to check. I am not aware of any extensions that can achieve this though.Firefox (Gecko)-based browsers on Android lack site isolation,1 a powerful security feature that protects against a malicious site performing a Spectre-like attack to gain access to the memory of another website you have open. Can this be prevented using any extension/add on or is brave browser the only solution?
According to https://wiki.mozilla.org/Project_Fission#Enabling_FissionWhich extension/add on prevents site isolation in ff in pc's?
That really depends on what 'better' means. If you are after complete anonymity (ie., you want to be untraceable by the ISP or the government itself) tor browser is your only choice. That's only possible because of the way it connects to the internet. Also note that tor enforces strict browsing configs right out of the box and it's not advisable to change those settings. So, a lot of sites (I mean, like 70-80%) will break. And not to mention, the drop in internet speeds are absolutely crazy due to the number of connection 'hops' being made between the source and the destination. Unless you are a whistle blower or a secret agent on an undercover mission sending data to their homeland, using tor does not make much sense. But do note that tor does have it's use cases. For example, it's useful for a journalist reporting from a country with high internet censorship, etc.As per this link https://privacytests.org/android brave is coming out to be better than tor, is that really so?
Yes there is! Fairmail is a wonderful email client for privacy focussed peeps. It has the ability to fetch emails at specified intervals (daily, weekly, etc). The developer, Marcel is constantly working on improving it and he also provides timely security fixes via updates. You can also unlock the features of pro version for free by contacting the dev. K-9 is another great option. It looked like it's development had come to a halt, a few years back. But since it's now owned by Mozilla, it now gets timely updates.Different question, is there a good foss email client for phones? Since it will be foss, so it will most likely store emails to the phone. Then it should have a feature to fetch emails related to xx days/weeks, right?
Android System Webview is the default webview that's baked into every android device. To see the webview in action, you can go to settings-->Google, the contents in that settings page are all rendered via the webview. Think of webview as a stripped down version of a web browser. It has small memory footprint, easy to integrate into native apps and does basic things like rendering a login webpage inside the app itself (so that the user is not redirected to their default browser). Most of the time, a webview is implemented in such a way that it only performs one action (eg., load a specific webpage). Webview browers utilize similar concept to trim down the bloat. But in that process, a lot of components which are required to leverage privacy enhancing features (eg., limiting cross site tracking, fingerprinting, etc) are also left out. Due to this, it's not advisable to rely on webview broswers for privacy. If your phone is rooted, there's a magisk module to change android's webview. But doing so might break a lot of things.Edit- What are webview browsers as mentioned here? https://divestos.org/pages/browsers I mean how are they different than normal browsers?
Thanks bro. Is tor really anonymous? Those big agencies control most of the nodes anyways.Don't know if the info is outdated, but mull now seems to have site isolation baked in. I am on v114 (build 21140000) and I am able to set both "fission.autostart" and "gfx.webrender.all" prefs to "true" through about:config. But I can't confirm if the feature is functional as there doesn't seem to be any way to check. I am not aware of any extensions that can achieve this though.
According to https://wiki.mozilla.org/Project_Fission#Enabling_Fission
To disable Fission, set the "fission.autostart" pref to "false" and restart Firefox.
Again, don't know of any extensions that can do this.
That really depends on what 'better' means. If you are after complete anonymity (ie., you want to be untraceable by the ISP or the government itself) tor browser is your only choice. That's only possible because of the way it connects to the internet. Also note that tor enforces strict browsing configs right out of the box and it's not advisable to change those settings. So, a lot of sites (I mean, like 70-80%) will break. And not to mention, the drop in internet speeds are absolutely crazy due to the number of connection 'hops' being made between the source and the destination. Unless you are a whistle blower or a secret agent on an undercover mission sending data to their homeland, using tor does not make much sense. But do note that tor does have it's use cases. For example, it's useful for a journalist reporting from a country with high internet censorship, etc.
If your goal is to just safeguard your online data from being crunched on by some big tech, then limiting/obfuscating the data being sent is all that's required. In this regard, Brave/Mull/Cromite are all equally good. Just choose one that's upto your liking.
Yes there is! Fairmail is a wonderful email client for privacy focussed peeps. It has the ability to fetch emails at specified intervals (daily, weekly, etc). The developer, Marcel is constantly working on improving it and he also provides timely security fixes via updates. You can also unlock the features of pro version for free by contacting the dev. K-9 is another great option. It looked like it's development had come to a halt, a few years back. But since it's now owned by Mozilla, it now gets timely updates.
Android System Webview is the default webview that's baked into every android device. To see the webview in action, you can go to settings-->Google, the contents in that settings page are all rendered via the webview. Think of webview as a stripped down version of a web browser. It has small memory footprint, easy to integrate into native apps and does basic things like rendering a login webpage inside the app itself (so that the user is not redirected to their default browser). Most of the time, a webview is implemented in such a way that it only performs one action (eg., load a specific webpage). Webview browers utilize similar concept to trim down the bloat. But in that process, a lot of components which are required to leverage privacy enhancing features (eg., limiting cross site tracking, fingerprinting, etc) are also left out. Due to this, it's not advisable to rely on webview broswers for privacy. If your phone is rooted, there's a magisk module to change android's webview. But doing so might break a lot of things.