default - privacy-haters - Tools and configs to help you against privacy haters… | |
git clone git://bitreich.org/privacy-haters/ git://enlrupgkhuxnvlhsf6lc3fziv5h2… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
default (3116B) | |
--- | |
1 # Simple commandline flags for chromium so it does not spoil your privac… | |
2 CHROMIUM_FLAGS=" \ | |
3 --no-default-browser-check \ | |
4 --no-pings \ | |
5 --no-wifi \ | |
6 --no-recovery-component \ | |
7 --no-report-upload \ | |
8 --safebrowsing-disable-download-protection \ | |
9 --safebrowsing-disable-extension-blacklist \ | |
10 --safebrowsing-disable-auto-update \ | |
11 --arc-disable-app-sync \ | |
12 --arc-disable-locale-sync \ | |
13 --arc-disable-play-auto-install \ | |
14 --arc-force-cache-app-icons \ | |
15 --ash-disable-touch-exploration-mode \ | |
16 --autofill-server-url about:config \ | |
17 --block-new-web-contents \ | |
18 --bwsi \ | |
19 --cloud-print-uri about:config \ | |
20 --cloud-print-xmpp-endpoint about:config \ | |
21 --connectivity-check-url about:config \ | |
22 --crash-server-url about:config \ | |
23 --cryptauth-http-host about:config \ | |
24 --cryptauth-v2-http-host about:config \ | |
25 --cryptauth-v2-enrollment-http-host about:config \ | |
26 --data-reduction-proxy-config-url about:config \ | |
27 --data-reduction-proxy-pingback-url about:config \ | |
28 --data-reduction-proxy-server-experiments-disabled \ | |
29 --device-management-url about:config \ | |
30 --disable-background-networking \ | |
31 --disable-client-side-phishing-detection \ | |
32 --disable-data-reduction-proxy-warmup-url-fetch \ | |
33 --disable-data-reduction-proxy-warmup-url-fetch-callback \ | |
34 --disable-default-apps \ | |
35 --disable-demo-mode \ | |
36 --disable-device-disabling \ | |
37 --disable-device-discovery-notifications \ | |
38 --disable-dinosaur-easter-egg \ | |
39 --disable-domain-reliability \ | |
40 --disable-cloud-import \ | |
41 --disable-component-cloud-policy \ | |
42 --disable-eol-notification \ | |
43 --disable-gaia-services \ | |
44 --disable-login-screen-apps \ | |
45 --disable-machine-cert-request \ | |
46 --disable-notifications \ | |
47 --disable-ntp-popular-sites \ | |
48 --disable-ntp-most-likely-favicons-from-server \ | |
49 --disable-offer-upload-credit-cards \ | |
50 --disable-offer-store-unmasked-wallet-cards \ | |
51 --disable-password-generation \ | |
52 --disable-permission-action-reporting \ | |
53 --disable-proximity-auth-bluetooth-low-energy-discovery \ | |
54 --disable-push-api-background-mode \ | |
55 --disable-remote-fonts \ | |
56 --disable-remote-core-animation \ | |
57 --disable-signin-promo \ | |
58 --disable-signin-scoped-device-id \ | |
59 --disable-suggestions-ui \ | |
60 --disable-sync-app-list \ | |
61 --disable-sync \ | |
62 --disable-system-timezone-automatic-detection \ | |
63 --disable-test-root-certs \ | |
64 --disable-wake-on-wifi \ | |
65 --feedback-server about:config \ | |
66 --gcm-checkin-url about:config \ | |
67 --gcm-mcs-endpoint about:config \ | |
68 --gcm-registration-url about:config \ | |
69 --google-apis-url about:config \ | |
70 --google-base-url about:config \ | |
71 --google-doodl-url about:config \ | |
72 --google-url about:config \ | |
73 --light \ | |
74 --lso-url about:config \ | |
75 --market-url-for-testing about:config \ | |
76 --oauth-account-manager-url about:config \ | |
77 --optimization-guide-service-url about:config \ | |
78 --override-metrics-upload-url about:config \ | |
79 --permission-request-api-url about:config \ | |
80 --realtime-reporting-url about:config \ | |
81 --search-provider-logo-url about:config \ | |
82 --sync-url about:config \ | |
83 --third-party-doodle-url about:config \ | |
84 --trace-upload-url about:config \ | |
85 --variations-insecure-server-url about:config \ | |
86 --variations-server about:config" | |
87 # --thanks-for-reading-this-far | |
88 |