搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 3 回覆
  • 113 有這個問題
  • 7 次檢視
  • 最近回覆由 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.

所有回覆 (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

由 digthetoe 於 修改

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>

由 SmakkerDown 於 修改