Forum Discussion
CodeDJ
Jan 16, 2020Iron Contributor
HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge\URLWhitelist not respected
On Chrome you can set URLWhitelist in the registry at the following (or HKLM): HKEY_CURRENT_USER\Software\Policies\Google\Chrome\URLWhitelist I would presume the equivalent location for Edge is:...
- Jan 24, 2020
CodeDJ thanks for the question. I hope this helps explain it a bit for you.
TL;DR; this is called an "allow list" not a "white list" in Microsoft products:
https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#urlallowlist
-John
johnjansen
Jan 24, 2020Iron Contributor
CodeDJ thanks for the question. I hope this helps explain it a bit for you.
TL;DR; this is called an "allow list" not a "white list" in Microsoft products:
https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#urlallowlist
-John
CodeDJ
Jan 24, 2020Iron Contributor
johnjansen awesome! that works - thank you!