Forum Discussion
TheAutisticTechie
Apr 08, 2019Brass Contributor
TLS 1.3
TLS 1.3 is a very needed feature for those in corporate environments for our public facing websites. The speed advantages are immense in larger sites with no caching
- Apr 09, 2019
TheAutisticTechie As with Chrome, TLS/1.3 is supported in all versions of Chromium-based Edge (and will be supported on all platforms).
Eric_Lawrence
Microsoft
Jul 12, 2019https://textslashplain.com/2019/05/01/edge-76-vs-edge-18-vs-chrome/
---------
Group Policy and Command Line Arguments
By-default, Edge 76 shares almost all of the same Group Policies and command line arguments as Chrome 76.
If you’re using the registry to set a policy for Edge, put it under the
HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge
…node instead of under the
HKEY_CURRENT_USER\Software\Policies\Google\Chrome
node.
---------
Group Policy and Command Line Arguments
By-default, Edge 76 shares almost all of the same Group Policies and command line arguments as Chrome 76.
If you’re using the registry to set a policy for Edge, put it under the
HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge
…node instead of under the
HKEY_CURRENT_USER\Software\Policies\Google\Chrome
node.
Forrest_H
Jul 12, 2019Steel Contributor
Thanks!
That was the missing piece. I was doing a strict enforcement of the document text you gave in the URL since I couldn't infer what keys the exe is reading when it launches.
I am using Version 77.0.211.3 (Official build) dev (64-bit)
After you specified the other details I was able to add in the Microsoft key and the SSL test is working.
The other Google key for Chrome has to stay. We install multiple browsers on our workstations due to various client requirements.
👍
That was the missing piece. I was doing a strict enforcement of the document text you gave in the URL since I couldn't infer what keys the exe is reading when it launches.
I am using Version 77.0.211.3 (Official build) dev (64-bit)
After you specified the other details I was able to add in the Microsoft key and the SSL test is working.
The other Google key for Chrome has to stay. We install multiple browsers on our workstations due to various client requirements.
👍