Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Changing preferences in about:config

  • 1 resposta
  • 1 tem este problema
  • 5 visualizações
  • Última resposta por 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!

Todas as respostas (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.