abrowser: disable firefox marketplace

Author: g4jc
Source: https://trisquel.info/en/issues/13405
This commit is contained in:
Santiago Rodriguez 2015-04-08 16:14:30 +02:00
parent a07b1cff64
commit e4fd051274

View file

@ -169,3 +169,5 @@ pref("middlemouse.contentLoadURL", false);
//Disable heartbeat //Disable heartbeat
pref("browser.selfsupport.url", ""); pref("browser.selfsupport.url", "");
//Disable Link to FireFox Marketplace, currently loaded with non-free "apps"
pref("browser.apps.URL", "");