Remove options for chromium which do nothing, only provoke warning. - privacy-h… | |
git clone git://bitreich.org/privacy-haters/ git://enlrupgkhuxnvlhsf6lc3fziv5h2… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 89528c14dae1bfa66f636a1fc91f4d4c2b781402 | |
parent c78196804e19f6924784431d902a1a08bf4f3b09 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 10 Jun 2020 18:18:46 +0200 | |
Remove options for chromium which do nothing, only provoke warning. | |
Diffstat: | |
M chromium/default | 3 --- | |
1 file changed, 0 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/chromium/default b/chromium/default | |
@@ -63,7 +63,6 @@ CHROMIUM_FLAGS=" \ | |
--disable-test-root-certs \ | |
--disable-wake-on-wifi \ | |
--feedback-server about:config \ | |
- --gaia-url about:config \ | |
--gcm-checkin-url about:config \ | |
--gcm-mcs-endpoint about:config \ | |
--gcm-registration-url about:config \ | |
@@ -71,7 +70,6 @@ CHROMIUM_FLAGS=" \ | |
--google-base-url about:config \ | |
--google-doodl-url about:config \ | |
--google-url about:config \ | |
- --homepage 127.0.0.1 \ | |
--light \ | |
--lso-url about:config \ | |
--market-url-for-testing about:config \ | |
@@ -84,7 +82,6 @@ CHROMIUM_FLAGS=" \ | |
--sync-url about:config \ | |
--third-party-doodle-url about:config \ | |
--trace-upload-url about:config \ | |
- --translate-script-url about:config \ | |
--variations-insecure-server-url about:config \ | |
--variations-server about:config" | |
# --thanks-for-reading-this-far |