From e9f00816c377d5ad47fd005a4ed549ce122ce870 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Tue, 26 May 2020 22:49:19 +0200 Subject: [PATCH] Document all the new flags --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 465656be..19678512 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ ETH donations address: `0xf47ff39223d828f99fec5ab53bd068c5c0522042` * enable site-per-process isolation for all devices with memory > 1GB * completely remove safe browsing and other privacy-unfriendly features * [proxy configuration page](https://github.com/bromite/bromite/wiki/ProxyConfiguration) with PAC and custom proxy lists support -* flags to disable custom intents and clear session on exit -* flags to toggle anti-fingerprinting mitigations for canvas, audio, client rects, webGL and sensor APIs +* settings to disable custom intents and clear session on exit +* flags to toggle anti-fingerprinting mitigations for canvas, audio, client rects, webGL and sensor APIs (see full list below for all the new flags) * use frozen User-Agent to conceal real model and browser version * privacy enhancement patches from [Iridium](https://iridiumbrowser.de/), [Inox patchset](https://github.com/gcarq/inox-patchset), [Brave](https://brave.com/) and [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium) projects * security enhancement patches from [GrapheneOS](https://github.com/GrapheneOS) project @@ -75,6 +75,15 @@ Flags which have been retired from upstream Chromium but are still available in * `#pull-to-refresh` * `#enable-search-ready-omnibox` +New flags: + +* `#enable-incognito-snapshots-in-android-recents` +* `#max-connections-per-host` +* `#resume-background-video` +* `#ipv6-probing` +* `#disable-webgl` +* `#enable-device-motion` and `#enable-device-orientation` + # Privacy limitations Bromite's privacy features, including anti-fingerprinting mitigations (which are not comprehensive), **are not to be considered useful for journalists and people living in countries with freedom limitations**, please look at [Tor Browser](https://www.torproject.org/download/) in such cases.