Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Travar as configurações de proxy para os usuarios !

  • 1 nzaghachinzaghachi
  • 2
  • 7 views
  • Nzaghachi ikpeazụ nke user917725

more options

Olá, gostaria de saber como posso travar as configurações de proxy para todos usuários de um computador linux multi-terminal, na versão 20 do firefox havia travado pelo "/etc/firefox/syspref.js" usando o código abaixo, porem após atualizar para versão 40 do firefox, não esta pegando as configurações do proxy... o que posso fazer ?

//Travar Proxy lockPref("network.proxy.ftp", "192.168.1.200"); lockPref("network.proxy.ftp_port", 3128); lockPref("network.proxy.http", "192.168.1.200"); lockPref("network.proxy.http_port", 3128); lockPref("network.proxy.share_proxy_settings", true); lockPref("network.proxy.socks", "192.168.1.200"); lockPref("network.proxy.socks_port", 3128); lockPref("network.proxy.ssl", "192.168.1.200"); lockPref("network.proxy.ssl_port", 3128); lockPref("network.proxy.type", 1); lockPref("network.proxy.no_proxies_on", "localhost, 127.0.0.1, 192.168.1.200");

Olá, gostaria de saber como posso travar as configurações de proxy para todos usuários de um computador linux multi-terminal, na versão 20 do firefox havia travado pelo "/etc/firefox/syspref.js" usando o código abaixo, porem após atualizar para versão 40 do firefox, não esta pegando as configurações do proxy... o que posso fazer ? //Travar Proxy lockPref("network.proxy.ftp", "192.168.1.200"); lockPref("network.proxy.ftp_port", 3128); lockPref("network.proxy.http", "192.168.1.200"); lockPref("network.proxy.http_port", 3128); lockPref("network.proxy.share_proxy_settings", true); lockPref("network.proxy.socks", "192.168.1.200"); lockPref("network.proxy.socks_port", 3128); lockPref("network.proxy.ssl", "192.168.1.200"); lockPref("network.proxy.ssl_port", 3128); lockPref("network.proxy.type", 1); lockPref("network.proxy.no_proxies_on", "localhost, 127.0.0.1, 192.168.1.200");

All Replies (1)

more options

Experimente o complemento Public Fox