Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i 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.

Læs mere

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

  • 3 svar
  • 113 har dette problem
  • 1 visning
  • Seneste svar af 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.

Alle svar (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

Ændret af digthetoe den

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>

Ændret af SmakkerDown den