79509846

Date: 2025-03-14 17:40:06
Score: 2
Natty:
Report link

As of February 2025 / Edge version 133.0, the current fix does not work because the allow-insecure-localhost flag is no longer available in the temporarily unexpired flags.

This can be fixed by modifying Edge's policies [1]: Use the SSLErrorOverrideAllowedForOrigins policy [2] or, more broadly, the SSLErrorOverrideAllowed policy [3]. These can be set in Intune or in the registry (see links). Setting the former policy to ["https://localhost"] works.

[1] edge://policy

[2] https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#sslerroroverrideallowedfororigins

[3] https://learn.microsoft.com/en-us/DeployEdge/microsoft-edge-policies#sslerroroverrideallowed

(Copied from my answer at https://stackoverflow.com/a/79428053/21257318)

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ninvti