Use classic preferences window in Abrowser

This commit is contained in:
Ruben Rodriguez 2015-05-22 20:42:17 +02:00 committed by Santiago Rodriguez
parent 38e0f052a8
commit 851ebb9f00

View file

@ -172,3 +172,5 @@ pref("browser.apps.URL", "");
//Disable Firefox Hello
pref("loop.enabled",false);
// Use old style preferences, that allow javascript to be disabled
pref("browser.preferences.inContent",false);