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).
24 questions
13
votes
7 answers

Programmatically add trusted sites to Internet Explorer

I'm doing an IE automation project using WatiN. When a file to be downloaded is clicked, I get the following in the Internet Explorer Information bar: To help protect your security, Internet Explorer has blocked this site from downloading…
Even Mien
  • 39,111
  • 41
  • 111
  • 117
7
votes
7 answers

How to add URL to the trusted zone in Internet Explorer?

How can I add an URL to the trusted site? It seems that there are stored in the registry, but where exactly? The hints I've googled so far weren't helpfull. The .net programm will run locally on each client. Edit clarification: I want to do this…
citronas
  • 17,809
  • 26
  • 85
  • 155
6
votes
2 answers

Change Internet Explorer security settings for trusted domains using Powershell

I was wondering if it is at all possible to make the following changes for trusted domains in Internet Explorer with PowerShell. Internet Explorer settings I wish to change: Add http://website.com/ as a trusted site Allow ActiveX Filtering =…
Remy van Tour
  • 569
  • 1
  • 9
  • 19
3
votes
1 answer

commandline for adding trusted intranet site to IE

I'm running a batch from a network share. The batch is opening a new batch, and then I get a security warning. I want to remove this so I don't need to push "run" all the time. I tested it manually by entering the server IP to Trusted Sites on…
2
votes
2 answers

Can't add https://*.cloudfront.net to IE "Trusted Sites"

I am trying to add all the required AWS console sites to IE trusted Sites so our Servers can access the AWS Console. I have added all the other AWS domains with wildcards via GPO/Registry settings but the registry setting for…
rickbond
  • 53
  • 3
2
votes
2 answers

How do I allow Opera to access my intranet without warning from Webdriver tests?

I'm writing some selenium webdriver tests for a Facebook application. I'm running the tests in a Selenium Grid, and I'm seeing a problem when running in Opera (12.15). When the web app is launched in Facebook (or directly), Opera shows a page: A…
1
vote
3 answers

Can I detect certain browser (IE) setting (not change, detect)?

I was just looking at this stackoverflow question: Display web browser settings And that helps. But, I'm curious if I can detect certain IE specific settings. I'm thinking some of the stuff in the Advanced Tab (e.g. Is 'Enable Integrated Windows…
1
vote
2 answers

asp.net: IE 7 & 8 closes automatically (not trusted site)

in my asp.net application I'm calling a site, which is producing a .pdf file of the content of the viewed page. In IE 9 everything is fine - the browser opens a new window and there the pdf file which has been created can be opened or saved. In IE 7…
Keith L.
  • 1,974
  • 11
  • 38
  • 64
1
vote
1 answer

Use VLC Plugin in HTA

As I've noticed, the VLC plugin works in HTA window. The issue is, I can get it working on multiple machines that already have VLC installed, but when it comes to a one that doesn't, the fallback (axvlc.cab) won't run because of this…
1
vote
3 answers

Embeding or reparenting a Windows Application inside Internet Explorer

Is it possible to host/embed/reparent a normal Windows Application into a web page loaded into Internet Explorer on our Intranet? I'd like to do something like have the user press a button on our intranet site, and have the Windows application…
Matthew Lock
  • 11,495
  • 11
  • 84
  • 122
1
vote
0 answers

How to check what site mode you are using in Chrome?

How can I check what site type a page is using, when browsing in Chrome? I know how to add something to the "Trusted Site", etc, but how can I check if it is applying correctly? Specifically, I want to check that a page I am using is listed as…
MrBeatnik
  • 87
  • 3
  • 9
1
vote
1 answer

Add to Trusted Site

What we did: We have created an activex which installs through the web browser into client machine What are the Problems facing now? We are trying to add the site in trusted site list Which we wrote the code in Activex. So while installing it adds…
1
vote
1 answer

Detect if a website is untrusted by IE?

I'm working on a web application in VB.net that requires a user to list the app's site as trusted in IE in order to use. I know that programmatically adding itself to a user's trusted sites list is dangerous, and illogical, so I was trying to find…
1
vote
0 answers

SiteLock implementation for trusted site zone

I have added SiteLock 1.15 mechanism to my ActiveX - I want to restrict loading and running ActiveX from sites that are not in "Trusted Sites Zone". I have added the following map: const struct IObjectSafetySiteLock::SiteList…
Zaky
  • 225
  • 4
  • 16
0
votes
0 answers

Importing certificate from site using Ansible java_cert

I am pondering the use of the Ansible java_cert module to import certificate from trusted sites. Using bash this can be accomplished using the following echo -n | openssl s_client -connect sh.1.1.1.3.nip.io:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END…
onknows
  • 4,243
  • 6
  • 43
  • 85
1
2