Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Changing preferences in about:config

  • 1 одговор
  • 1 има овај проблем
  • 5 прегледа
  • Последњи одговор послао cor-el

more options

I have created a .js file for changing preferences in the about:config window. I know my placement of the file in the Mozilla Firefox\defaults\pref folder is correct because 99% of my settings take hold after I drop in the file. For some reason the following preference does not want to change:

pref("dom.ipc.plugins.enabled", false);

I have tried everything that I can think of to get this setting to change its default value but to no avail. Any help would be greatly appreciated!

I have created a .js file for changing preferences in the about:config window. I know my placement of the file in the Mozilla Firefox\defaults\pref folder is correct because 99% of my settings take hold after I drop in the file. For some reason the following preference does not want to change: pref("dom.ipc.plugins.enabled", false); I have tried everything that I can think of to get this setting to change its default value but to no avail. Any help would be greatly appreciated!

Сви одговори (1)

more options

See also this mozillaZine thread:

I'm curious why you are using that method to initialize prefs. It is not an official and recommended way to put a file in this location.