/
/

Managing Site Exceptions for Enhanced Security in Microsoft Edge

Managing Site Exceptions for Enhanced Security in Microsoft Edge blog banner image

Users may be asked for a Microsoft Edge security exception to achieve full website functionality. These site exceptions should complement your enhanced security settings to balance online protection and usability, streamlining browser tasks.

This article explains how to add a security exception in Edge for Windows 10/11, how to manage your list efficiently, and the key points to consider before deployment.

How to remove or add a security exception in Microsoft Edge

For smooth rollouts, consider your organization’s technical constraints and goals before selecting a method.

📌 Prerequisites:

  • Windows 10 or Windows 11 operating system (OS)
  • Microsoft Edge
  • Administrator privileges (for Registry Editor, Group Policy, and PowerShell methods)

📌 Recommended deployment strategies:

Click to Choose a Method

💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Edge settings
Method 2: Address bar
Method 3: Registry Editor
Method 4: PowerShell
Method 5: Group Policy Editor

Method 1: Manage site exceptions via Microsoft Edge settings

📌 Use Cases: Support-led assistance for new users

  1. Open Microsoft Edge.
  2. Press Alt + F and click Settings.
  3. Navigate to Privacy, search, and services.Go to Settings and Navigate to Privacy, search, and services.
  4. Click Security, and toggle Enhance your security on the web on or off.
  5. Click on Manage enhanced security for sites.
    1. To add a site to your exception list:
      • Click Add a site under either “Always use enhanced security for these sites” or “Never use enhanced security for these sites.”
      • Enter the full URL and click Add.
    2. To remove a site from your exception list:
      • Click the three-dot menu next to the site name and select Remove.

Method 2: Toggle Enhanced Security for a site via the address bar

Conveniently toggle Enhanced Security on or off through Microsoft Edge’s address bar.

📌 Use Cases: Tighten or loosen MS Edge security with a few clicks without opening menus or restarting.

  1. Open Microsoft Edge.
  2. Navigate to your preferred website (e.g., www.facebook.com).
  3. Click the lock icon in the address bar.
  4. In the dropdown, click on Enhance security for this site.
  5. Toggle Use enhanced security for this site on or off.

Method 3: Configure site exceptions via Registry Editor

⚠️ Warning: Editing the registry can cause system issues. Create a backup before proceeding.

There are no documented methods for modifying site exception lists using your registry. However, you can configure Microsoft Edge Enhanced Security mode for all users via Registry Editor.

📌 Use Case: Toggle Enhanced Security mode system-wide.

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge
  3. Right-click the right-hand pane and select New > DWORD (32-bit) Value.Open Registry editor go to Edge folder and create DWORD (32-bit) Value
  4. Name the value “EnhanceSecurityMode”.
  5. Double-click on EnhanceSecurityMode to modify its data.
    • To disable Enhanced Security, type 0.
    • To set Enhanced Security to “Balanced”, type 1.
    • To set Enhanced Security to “Strict”, type 2.
  6. Close the Registry Editor.
  7. Restart the workstation to apply changes.

Method 4: Manage site exceptions using PowerShell

At the time of writing, Microsoft Edge doesn’t support adding or removing site exceptions directly via PowerShell. Instead, you can use it to deploy global changes that control whether users can change Enhanced Security modes.

📌 Use Cases: Automated standardization of Microsoft Edge Enhanced Security settings.

  1. Press Win + R, type powershell, and press Ctrl + Shift + Enter.
  2. Run this command:
    Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Edge” -Name “EnhanceSecurityModeAllowUserBypass” -Value <value>
    • Replace <value> according to your security policy:
      1. To deny changes to Enhanced Security, type 0.
      2. To allow changes to Enhanced Security, type 1.
  3. Close PowerShell.
  4. Restart the workstation to apply changes.

Method 5: Configure site exceptions via Group Policy

Set your organization’s Microsoft Edge Enhanced Security mode policy for safer browsing or full accessibility.

⚠️ Warning: Misconfiguring your policy can expose your infrastructure. Read our guide to learn how to handle the risks.

📌 Use Cases: Centrally modify site exceptions or turn Enhanced Security on or off across all workstations.

📌 Prerequisites: Windows 10/11 Pro, Enterprise, Education editions.

  1. Press Win + R, type gpedit.msc, and press Enter.
  2. Navigate to: Computer Configuration > Administrative Templates > Microsoft Edge > Security
  3. Locate and double-click on “EnhanceSecurityMode”.
  4. Set the policy to Enabled and choose the desired mode (Balanced or Strict).
  5. To specify site exceptions:
    • Navigate to the “EnhanceSecurityModeSiteList” policy.
    • Enable the policy and input the list of URLs to be exempted.
  6. Click OK and close the Group Policy Editor.
  7. Run gpupdate /force in Command Prompt to apply changes.

How to verify Microsoft Edge security exceptions

To ensure that your Microsoft Edge security exceptions were successfully applied, simply do the following:

  1. Open Microsoft Edge and navigate to a site added to/removed from the exception list.
  2. Click the lock icon in the address bar to confirm the site’s current security status.
  3. Confirm that the site’s security settings reflect the configured exception.

⚠️ Things to look out for

Risks

Potential Consequences

Reversals
Accidentally added multiple unsafe websites to the site exception listWorkstation exposed to malware and possible data leaksGo to Settings > Privacy, search, and services > Manage enhanced security for sites, and update your site exceptions
Policy applied overruns pre-established site protectionsEnterprise-wide exposure that’s hard to auditCentrally revert GPO changes via Active Directory Group Policy Management. Explore Microsoft’s official documentation here
Misapplied policy to the wrong Organizational UnitInheritance problems and policy conflictsRevert disruptive policies, run gpupdate /force to apply your changes, and reboot client computers

Additional considerations for Microsoft Edge Enhanced Security mode

Keep the following in mind when managing site exceptions:

Maintain security exceptions

Constant upkeep leads to long-term efficiency. Regularly schedule reviews and update your Microsoft Edge site exceptions list to keep browser performance and security balanced and robust.

Monitor trusted sites

Highlighting reputable websites lets you uphold safety protocols and streamline browser-related workflows. To reduce system vulnerabilities, always run checks on whitelisted sites.

Audit changes

Uphold accountability by keeping track of when you remove or add a security exception on Edge. Doing so will help troubleshoot potential issues down the line while keeping a digital ledger of consistent domains.

Troubleshooting

If your Microsoft Edge security exception updates won’t reflect correctly, try doing the following:

Verify Microsoft Edge security exception policies

If your exceptions aren’t applying properly, it may be due to conflicting policies. To check, open Microsoft Edge and use the address bar to search for edge://policy.Open Microsoft Edge and use the address bar to search for edge policy

Doing so will display Microsoft Edge policies, which devices they are active on, and their status. Understanding these factors is key to troubleshooting potential Microsoft Edge policy conflicts.

Update Microsoft Edge

Ensure your Microsoft Edge is updated with the latest policy templates. This will prevent future roadblocks and arm your organization with the strongest browser security Microsoft offers.

Check for typos

Lastly, check for any syntax mistakes. Proper spelling is especially vital when registry keys or policy names are involved, so compare your work with Microsoft Edge’s policy documentation to verify.

Effortlessly manage site exceptions with automated solutions

Adding and removing site exceptions is a major aspect of browser management. Keeping an updated list of websites under enhanced security helps protect your infrastructure while improving usability across your organization.

That said, monitoring hundreds of devices for their site exceptions can be daunting. Elevate your cybersecurity with best-in-class endpoint software, which offers management tools that help eliminate IT misery.

Related topics:

FAQs

Open Group Policy Editor (gpedit.msc), go to Computer Configuration > Administrative Templates > Microsoft Edge, and disable restrictive policies.

To turn off Enhanced Security configuration in Edge, navigate to Settings > Privacy, Search, and Services > Enhance your security on the web, and turn it off.

Open Microsoft Edge, navigate to Settings > Privacy, Search, and Services > Manage enhanced security for sites, and click Add a site under “Never use enhanced security for these sites.”

You might also like

Ready to simplify the hardest parts of IT?