Microsoft Edge allow-insecure-localhost flag removed in Version 88.0.705.50
Asked Answered
S

4

14

Last week I could navigate to edge://flags/#allow-insecure-localhost and I could edit the flag so that my localhost could serve invalid SSL certificates. Today after the latest Edge update (Version 88.0.705.50) I can no longer find this flag.

Has it moved to another secret area? How can I allow insecure localhost SSL certs again for my application?

Salsbury answered 25/1, 2021 at 12:15 Comment(0)
A
14

This seems to be an issue with Edge 88.0.705.50. In higher version, Edge 89.0.767.0, the flag comes back again:

enter image description here

I think the issue will be fixed in future version of Edge Stable. You can wait for the updates and download Edge Dev to test your app as a workaround for now.

Arachnoid answered 26/1, 2021 at 7:17 Comment(4)
I'll use the dev build until the flag comes back in that case. Cheers!Salsbury
this was unintentionally expired, fixed in chromium-review.googlesource.com/c/chromium/src/+/2595514Dolce
I had the same issue with Chrome version 88.0.4324.96 on macOS. I installed a Canary build for the moment and it's back.Gallivant
i dont see this flag any longer.Roque
D
4

The current stable version of Chromium v119.0 doesn't have this flag.

It's because the expiration version for this flag is modified from 118.0 to 130.0 on Oct 4, 2023 and this change would be released in v120.0 (reference)

enter image description here

As of now, v120.0 is scheduled to be in stable channel on Dec 5, 2023. (reference). It might take a bit longer if you are using microsoft edge.

enter image description here

Devolve answered 6/11, 2023 at 10:22 Comment(1)
Like already mentioned above, using Edge Dev also works this time.Tradespeople
M
4

to workaround this issue on version 119:

  • Look for the flag Temporarily unexpire M118 flags and enable it, the browser will ask you to restart after that.
  • Then you'll see #allow-insecure-localhost flag appear again. Enable it and enjoy happy developer's life.
Malita answered 14/11, 2023 at 2:45 Comment(1)
as of right now this should be the answer, thanks!Rheinlander
S
-1

I had the same issue but was able to fix it with the 'WebTransport Developer Mode' flag

Edge WebTransport Developer Mode

Sitra answered 4/11, 2023 at 12:17 Comment(1)
It seems to me like this is opening a large security hole...Brazilin

© 2022 - 2024 — McMap. All rights reserved.