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

In Internet Explorer I can set Trusted Sites, how do I do this in Firefox?

  • 3 respostas
  • 113 têm este problema
  • 10 visualizações
  • Última resposta por SmakkerDown

more options

MS Internet Explorer browser, in the security settings, has the ability to set "Trusted Sites". Sites that I trust that will not harm my computer and are thus allowed to open pop-ups and other features that are needed to interact with the website.

I am unable to get data feeds when using Firefox and the help desk supporting my application requested me to add their url's as Trusted Sites in my browser. I am able to do this with the MS Browser but I cannot find an equivalent function in Firefox.

MS Internet Explorer browser, in the security settings, has the ability to set "Trusted Sites". Sites that I trust that will not harm my computer and are thus allowed to open pop-ups and other features that are needed to interact with the website. I am unable to get data feeds when using Firefox and the help desk supporting my application requested me to add their url's as Trusted Sites in my browser. I am able to do this with the MS Browser but I cannot find an equivalent function in Firefox.

Todas as respostas (3)

more options

Firefox doesn't have trusted sites like IE.

You can inspect all permissions for the domain in the current tab in Tools > Page Info > Permissions

more options

In my situation the tools>page info > the permissions tab does not show up I am trying to view my security cameras in my laundromat through a d-link dns HELP

Modificado por digthetoe a

more options

There is actually a setting in the prefs.js file that you can set that will add "trusted sites" to Firefox. Open a windows explorer window, browse to your local appdata directory via "%APPDATA%\Mozilla\Firefox\Profiles". There you should find a subfolder with a ".default" title. Look inside for a "prefs.js" file.

In prefs.js, look for this line: user_pref("network.automatic-ntlm-auth.trusted-uris"); then simply add the site you want to trust. i.e. user_pref("network.automatic-ntlm-auth.trusted-uris", "http://www.msn.com"); Open Firefox and viola, trusted site is good to go.

You can also do this in Firefox. Type about:config in the address bar, tell it "I'll be careful, I promise", then look for the entry: network.automatic-ntlm-auth.trusted-uris Double click it and then add your site using http://<site url here>

Modificado por SmakkerDown a