Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

LockPrefs doesn't work on Firefox 53

  • 2 wótegronje
  • 1 ma toś ten problem
  • 21 naglědow
  • Slědne wótegrono wót john.chan

more options

$ cat /Applications/Firefox.app/defaults/pref/local-settings.js pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13 pref("general.config.filename", "mozilla.cfg");

$ cat /Applications/Firefox.app/mozilla.cfg // lockPref("browser.startup.homepage", "http://www.itsupportguides.com"); lockPref("network.proxy.type", 0);

Restart Firefox but nothing was taking effect for lockPref() on "network.proxy.type" Any ideas?

$ cat /Applications/Firefox.app/defaults/pref/local-settings.js pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13 pref("general.config.filename", "mozilla.cfg"); $ cat /Applications/Firefox.app/mozilla.cfg // lockPref("browser.startup.homepage", "http://www.itsupportguides.com"); lockPref("network.proxy.type", 0); Restart Firefox but nothing was taking effect for lockPref() on "network.proxy.type" Any ideas?

Wubrane rozwězanje

The mozilla.cfg file works for me.

Just to be sure that the files are in the correct location:

The local-settings.js file needs to be in /Applications/Firefox.app/Contents/Resources/defaults/pref The mozilla.cfg file needs to be in /Applications/Firefox.app/Contents/Resources

Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (2)

more options

Wubrane rozwězanje

The mozilla.cfg file works for me.

Just to be sure that the files are in the correct location:

The local-settings.js file needs to be in /Applications/Firefox.app/Contents/Resources/defaults/pref The mozilla.cfg file needs to be in /Applications/Firefox.app/Contents/Resources

more options

It worked now after using your paths.