Programs that respect your privacy

Author: Soren Stoutner

  • Removal of Google’s Ad Consent Library

    Privacy Browser 2.15 features the removal of Google’s Ad Consent library from the free flavor. This was added in Privacy Browser 2.10 to comply with the GDPR. It was never included in the standard flavor. The Ad Consent library performed two functions. The first of which was to determine if a user was located in…

    Last updated

  • Privacy Browser 2.15

    Privacy Browser 2.15 has been released. A bug was fixed when changing user agents using domain settings. Previously, in some circumstances, when changing user agents it would force a refresh of the current page, which would interrupt the loading of the new page. Privacy Browser now adapts the height of the drawer layouts to account…

    Last updated

  • Privacy Browser 2.14

    Privacy Browser 2.14 has been released. There are now encrypted import and export options. The password option uses standard Android tools to encrypt the file. A random salt is added to the password, which is then SHA-256 hashed and truncated. The export database is then encrypted using AES 256 GCM. Unfortunately, password encryption is not…

    Last updated

  • New Default Homepage and Search Engine

    With the release of Privacy Browser 2.12, the default homepage and search engine has been switched to Searx.me. This only applies to new installs of Privacy Browser. Existing users who upgrade will keep whatever their current settings are until they manually change them. The default Tor homepage and search engine has been changed to http://ulrn6sryqaifefld.onion/,…

    Last updated

  • Privacy Browser 2.12

    Privacy Browser 2.12 has been released. The default homepage and search engine has been changed from DuckDuckGo to Searx. This is a significant enough change that I have written a separate post explaining why the decision was made. This change only effects new installs. Existing installs will maintain their current settings unless updated by the…

    Last updated

  • Problems with Orbot

    There is a bug with recent versions of Orbot (16.0.2-RC-1, 16.0.5-RC-2-tor-0.3.4.9) that causes HTTP proxying to fail (HTTPS proxying works just fine). That means that webpages that begin with https:// will load just fine but webpages that begin with http:// will not. I have filed a bug report with the developers of Orbot. Those who…

    Last updated

  • Privacy Browser 2.10

    Privacy Browser 2.10 has been released. Uploading of files is now enabled for Lollipop and newer (API >= 21). Initially I thought this would require the Read Storage permission, but it turns out that beginning in Android Lollipop (API 21) Google added a system file chooser API to WebKit. This allows the browser to request…

    Last updated

  • Privacy Browser 2.9

    Privacy Browser 2.9 has been released. The major change is that the write storage permission has been added as was previously announced in the roadmap. This allows downloads to be stored in the public download directory, and will also allow for a number of other planned features, like the import and export of settings. It…

    Last updated

  • Privacy Browser 2.8.1

    Privacy Browser 2.8.1 has been released. This is a bug fix release to work around a problem in recent versions of WebView that made it so that cookies were not consistently flushed to permanent storage. This broke functionality for users who needed to permanently save cookies to make certain websites work as desired.

    Last updated

  • WebRTC

    I receive questions about WebRTC (Web Real-Time Communication) frequently enough that I thought it would be worthwhile to write a post about it. First, a little bit of background about WebRTC for those who might not be familiar with it. It is a web standard for enabling video and audio chat in the browser. WebRTC…

    Last updated