Questions tagged [trusted-sites]

Internet Explorer assigns all websites to one of four security zones: Internet, Local intranet, Trusted sites, or Restricted sites. The zone to which a website is assigned specifies the security settings that are used for that site. You can choose which websites to assign to the Intranet, Trusted, or Restricted zones. By adding a website to a specific zone, you can control the level of security used on that site.

About Trusted Sites

It is important to protect your computer from unsafe content on malicious websites. In addition to using virus protection software, it may be helpful to set your browser security settings properly. Internet Explorer provides a number of preset security settings that allow you to set the protection level that you feel is appropriate. To avoid unnecessary security measures on websites that you know to be safe, you can identify certain ones as trusted sites.

To add a website to a security zone

  1. Open Internet Explorer by clicking the Start button Picture of the Start button. In the search box, type Internet Explorer, and then, in the list of results, click Internet Explorer.
  2. Navigate to the website that you want to add to a specific security zone.
  3. Click the Tools button, and then click Internet Options.
  4. Click the Security tab, and then click a security zone (Local intranet, Trusted sites, or Restricted sites).
  5. Click Sites.
  6. The website should be shown in the Add this website to the zone field. Click Add.
  7. If the site is not a secure site (HTTPS), clear the Require server verification (https:) for all sites in this zone check box.
  8. Click Close, and then click OK (or click OK twice if you clicked Local intranet in step 4).

To remove a website from a security zone

  1. Open Internet Explorer by clicking the Start button Picture of the Start button. In the search box, type Internet Explorer, and then, in the list of results, click Internet Explorer.
  2. Click the Tools button, and then click Internet Options.
  3. Click the Security tab, and then click a security zone (Local intranet, Trusted sites, or Restricted sites).
  4. Click Sites.
  5. If you clicked Local intranet in step 3, click Advanced.
  6. In Websites, click the website that you want to remove.
  7. Click Remove.
  8. Click Close, and then click OK (or click OK twice if you clicked Local intranet in step 3).
25 questions
0
votes
1 answer

Can I make a PowerShell to dynamically add a Trusted Site on the user's computer?

I want to add my internal network folders to the trusted sites dynamically because Excel is blocking the macros inside them (when opening the Excel document via network folder). I want my users to be able to read and update the document as their…
Miguel V
  • 606
  • 2
  • 6
  • 18
0
votes
1 answer

Microsoft Stream video Embed code is not working in IE 10, 11

I have created simple SharePoint Online classic page and embedded a video uploaded in Microsoft Stream using it's Embed code (iframe). This is working properly in Chrome, Edge and FireFox. But when it comes about IE, the embed code wont work and it…
0
votes
2 answers

How to fix CertGetCertificateChain trust error CERT_TRUST_IS_UNTRUSTED_ROOT in R?

I'm using R 3.5.2 version. And 1.4.0 version for httr package. I calling an restApi Get: CallingRestAPI = function(url){ call.response <- GET(url = url, authenticate(username, password , type = "ntlm")) return(call.response) } Was working fine…
0
votes
1 answer

Internet Explorer 11 aborting mp4 requests

We have an online video library for corporate and institutional clients, and recently we obtained a client, using IE11 and Windows 7 with a corporate proxy, who are having trouble viewing videos. We know it's not a firewall issue because they can…
Daryl1976
  • 675
  • 2
  • 8
  • 20
0
votes
1 answer

Is it possble to check from the code of ActiveX, if the current page(site) is in Trusted Sites zone?

Hi I have legacy ActiveX (ATL), that works properly if loaded from the Trusted Sites security zone. I want to add verification in code, the be sure that customer added the host of activeX to the trusted sites and if not just give a warning. What API…
Zaky
  • 369
  • 6
  • 21
0
votes
1 answer

How to make a web2py site a trusted site

So I have this website that I made in web2py and launched using python anywhere. I am using godaddy to host the domain. When I go to the website though it is not https and is not trusted. So, I bought the trusted site trustmark from godaddy and…
0
votes
0 answers

Activex object making site as untrusted for ie

I am testing one plugin availabilty using ActiveX object (new ActiveXObject("Microsoft.LWAPlugin15.8.InProcComponentFx") in javascript. But in IE browser it is not giving correct result. if i add my site (localhost or ip) as a trusted site then it…
Kamal Gadepalli
  • 177
  • 1
  • 1
  • 11
0
votes
0 answers

Add my site to trusted sites zone and disable protected mode for trusted sites programmatically

Is there any way to add my site to trusted sites zone and disable protected mode for trusted sites programmatically? When I browse my site, it should be added to trusted sites automatically and at the same time protected mode for trusted sites need…
sherin_
  • 352
  • 4
  • 15
0
votes
1 answer

adding https website to trusted list using C sharp

I need to write c sharp application which can mimic IE functionality of adding websites to trusted list, I am able to achieve this however when it comes to require HTTPS checkbox implementation, my code is not working. private void…
NitinKumar.001
  • 179
  • 5
  • 17
0
votes
1 answer

Access file system from applet without signing

In a trusted domain, is it possible to access the file system from an applet without signing the the applet?
1
2