Merge branch 'abrowser-proposed-changes' into 'belenos'
Abrowser proposed changes Those changes were submitted by user g4jc in the bugtracker: https://trisquel.info/en/issues/13954 https://trisquel.info/en/issues/13405 See merge request !70
This commit is contained in:
commit
6550fb8c5f
1 changed files with 7 additions and 1 deletions
|
|
@ -122,7 +122,8 @@ pref("plugin.state.flash", 1);
|
|||
pref("browser.newtabpage.directory.source", "");
|
||||
pref("browser.newtabpage.directory.ping", "");
|
||||
pref("browser.newtabpage.introShown", true);
|
||||
|
||||
// Disable home snippets
|
||||
pref("browser.aboutHomeSnippets.updateUrl", "data:text/html");
|
||||
|
||||
// Services
|
||||
pref("gecko.handlerService.schemes.mailto.0.name", "");
|
||||
|
|
@ -168,3 +169,8 @@ pref("middlemouse.contentLoadURL", false);
|
|||
//Disable heartbeat
|
||||
pref("browser.selfsupport.url", "");
|
||||
|
||||
//Disable Link to FireFox Marketplace, currently loaded with non-free "apps"
|
||||
pref("browser.apps.URL", "");
|
||||
|
||||
//Disable Firefox Hello
|
||||
pref("loop.enabled","false");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue