Forum Discussion
HotCakeX
Sep 18, 2019MVP
[FIXED] Problem: Can't open unsafe ports on Edge insider
UPDATE: Fixed in Edge insider Version 79.0.280.0 (Official build) canary (64-bit) I need to open a custom port for WAC. I can do that with Google Chrome Canary 79 by adding this to the shortcu...
eric79xxl
Mar 03, 2020Copper Contributor
Eric_Lawrence yesterday I made a batch file:
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" -explicitly-allowed-ports=6666 http://<redacted>:6666/
It worked yesterday, today it gives unsafe port error.
Thoughts?
Version 80.0.361.62 (Official build) (64-bit)
Eric_Lawrence
Microsoft
Jun 14, 2021For clarity, the command line above doesn't work because you need to pass --explicitly-allowed-ports with two leading dashes.