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

How to set "Never Remember History" across an organization through GPO ?

  • 2 respostas
  • 1 tem este problema
  • 42 visualizações
  • Última resposta por Blackceed

more options

By creating an adm add-on; it will allows managing preferences from the windows registry; then use Group Policies from Microsoft Active Directories to manage Firefox preferences. Can you please help me create a template for it ?

By creating an adm add-on; it will allows managing preferences from the windows registry; then use Group Policies from Microsoft Active Directories to manage Firefox preferences. Can you please help me create a template for it ?

Solução escolhida

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
Ler esta resposta no contexto 👍 2

Todas as respostas (2)

more options

Solução escolhida

See also:

//
lockPref("browser.privatebrowsing.autostart", true);
more options

this config can be done from the browser settings with the link "about:config". Do you know how to edit it and import it to GPO ?