Skip to content
Snippets Groups Projects
Commit 1c2440e1 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Improved abrowser's privacy defaults

parent 0dcc3495
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=3 VERSION=5
. ./config . ./config
...@@ -134,6 +134,31 @@ pref("network.protocol-handler.app.apt+http","/usr/bin/apturl"); ...@@ -134,6 +134,31 @@ pref("network.protocol-handler.app.apt+http","/usr/bin/apturl");
pref("network.protocol-handler.warn-external.apt+http",false); pref("network.protocol-handler.warn-external.apt+http",false);
pref("network.protocol-handler.external.apt",true); pref("network.protocol-handler.external.apt",true);
pref("network.protocol-handler.external.apt+http",true); pref("network.protocol-handler.external.apt+http",true);
// Privacy & Freedom Issues
pref("privacy.donottrackheader.enabled", true);
pref("dom.ipc.plugins.flash.subprocess.crashreporter.enabled", false);
pref("browser.safebrowsing.enabled", false);
pref("browser.safebrowsing.malware.enabled", false);
pref("services.sync.privacyURL", "http://trisquel.info/en/legal");
pref("social.enabled", false);
pref("social.remote-install.enabled", false);
pref("datareporting.healthreport.uploadEnabled", false);
pref("social.toast-notifications.enabled", false);
pref("gecko.handlerService.schemes.mailto.0.name", asl);
pref("gecko.handlerService.schemes.mailto.1.name", ask);
pref("handlerService.schemes.mailto.1.uriTemplate",);
pref("gecko.handlerService.schemes.mailto.0.uriTemplate",);
pref("browser.contentHandlers.types.0.title", ask);
pref("browser.contentHandlers.types.0.uri",);
pref("browser.contentHandlers.types.1.title", ask);
pref("browser.contentHandlers.types.1.uri", );
pref("gecko.handlerService.schemes.webcal.0.name", ask);
pref("gecko.handlerService.schemes.webcal.0.uriTemplate",);
pref("gecko.handlerService.schemes.ircs.0.name", ask);
pref("gecko.handlerService.schemes.ircs.0.uriTemplate",);
pref("datareporting.healthreport.uploadEnabled", false);
pref("datareporting.healthreport.service.enabled", false);
EOF EOF
sed '/You can uninstall/d; s/ask.com/Duck Duck GO!/; /Add the following options/d; /Get help on-line/d; /Help translating/d; /Trisquel Release/d; ' debian/control -i sed '/You can uninstall/d; s/ask.com/Duck Duck GO!/; /Add the following options/d; /Get help on-line/d; /Help translating/d; /Trisquel Release/d; ' debian/control -i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment