🛡️ Essential 8 Guide

Implementation guidance for Australian Essential Eight controls in Microsoft environments - ISM controls with PSPF mappings

About
HOME ← ISM-1544
ISM-1621 →

Web browser security settings cannot be changed by users.

Property Value
ISM Control ISM-1585
Revision 2
Updated Mar-23
Guideline Not provided
Section User application hardening
Topic Hardening user application configurations
Essential Eight ML1, ML2, ML3
PSPF Levels NC, OS, P, S, TS

Summary

Enforce browser security settings via Intune so users cannot modify them, preventing changes that could weaken browser security1. This approach maintains consistent, enterprise-wide protections and reduces exposure to phishing, tracking and data leakage risks2.

Design Decision

[!NOTE] The Intune configuration profiles will enforce the browser security settings so users cannot modify them. This will implement the guidance to prevent changes to web browser configurations via Intune.

Prerequisites

Implementation Steps

Enforce browser security settings via Intune

  1. In Intune, create and deploy a Windows 10/11 device configuration profile that enforces Edge browser security settings. Use the following sub-settings:
    • Start Microsoft Edge with: set to Custom start pages and configure the start pages via the setting EdgeHomepageUrls. Set Allow user to change start pages to No to block changes. This ensures the chosen start pages are enforced. 21
  2. Configure Edge startup behavior to fix the New Tab page:
    • New Tab URL: enter the URL to open on the New Tab page.
    • Allow web content on new tab page: set to No to prevent users from altering the New Tab content. 2
  3. Lock down Edge home button behavior:
    • Home button: configure to the desired action (e.g., a specific URL via the Home button URL option).
    • Allow users to change home button: set to No to prevent user overrides. 2
  4. Reduce user prompts during onboarding:
    • Show First Run Experience page (Mobile only): set to No to suppress the First Run page. 2
  5. Enforce browser favorites protection:
    • LockdownFavorites: set to value 1 (Blocked) to prevent users from adding, importing, or editing Favorites in Edge. 3
  6. Prevent changes to browser security policies:
    • DoNotAllowUsersToChangePolicies: enable to prevent users from changing security zone settings in Internet Explorer. Note: if the related policy to disable the Security page is enabled, this policy is ignored. 2

Key Edge security policies to lock

Use a Settings Catalog profile for most policies (available as MDM CSPs) and supplement with an Administrative Templates profile for Enhanced Security Mode settings not yet available in the catalog.45

# Policy name Category Recommended value Available in Settings Catalog
1 ConfigureMicrosoftDefenderSmartScreen SmartScreen Enabled Yes
2 PreventSmartScreenPromptOverride SmartScreen Enabled Yes
3 PreventSmartScreenPromptOverrideForFiles SmartScreen Enabled Yes
4 SmartScreenBlockPotentiallyUnwantedApps SmartScreen Enabled Yes
5 SecurityZones_DoNotAllowAddDeleteSites Security Zones Enabled Yes
6 SecurityZones_DoNotAllowPolicyChanges Security Zones Enabled Yes
7 SecurityZones_UseOnlyMachineSettings Security Zones Enabled Yes
8 EnableSiteIsolationForEverySite Site Isolation Enabled Yes
9 MinimumTLSVersion TLS/SSL TLS 1.2 Yes
10 PasswordManagerEnabled Passwords Disabled Yes
11 PasswordExportEnabled Passwords Disabled Yes
12 ConfigureDoNotTrack Privacy Enabled Yes
13 AllowInPrivateBrowsing Privacy Disabled Yes
14 DeveloperToolsAvailability UI control 1 — Do not allow Yes
15 URLBlocklist UI control edge://settings/*, edge://flags/* Yes
16 AllowExtensions Extensions Disabled Yes
17 EnhancedSecurityMode Enhanced Security Enabled ADMX only
18 EnhancedSecurityModeAllowUserBypass Enhanced Security Disabled ADMX only
HOME ← ISM-1544
ISM-1621 →