Forum Discussion
db1080
Nov 30, 2020Brass Contributor
IE to Edge 87+ redirection issues
We've set both the RedirectSitesFromInternetExplorerRedirectMode and the RedirectSitesFromInternetExplorerPreventBHOInstall policies to prepare for the release of Edge 87, as we still have a large po...
db1080
Dec 02, 2020Brass Contributor
Correct, that is how we have it set. I found that the HKCU\Software\Microsoft\Edge\IEToEdge | RedirectionMode key, which the BHO itself uses, is not being created by Edge when the
RedirectSitesFromInternetExplorerRedirectMode policy is set BEFORE Edge 87 is installed.
If I manually create the RedirectionMode key and then re-launch Edge, it correctly reads the policy and sets RedirectionMode to 0.
So, if the RedirectionMode key doesn't exist AND the policy is set to disabled, Edge won't create it. The BHO defaults to redirecting sites from IE and ignores the policy. We're getting around the issue by creating that missing registry key.
Shilpa_Subramanian
Microsoft
Dec 02, 2020db1080 If setting a policy to disable BEFORE installing 87, all you need to do is set RedirectSitesFromInternetExplorerPreventBHOInstall to Enabled. In this case, the BHO will not get installed with the Edge update and redirection shouldn't occur. Are you able to try if this helps?
We will take a look at the RedirectSitesFromInternetExplorerRedirectMode policy and get back on what's going on.
- db1080Dec 03, 2020Brass Contributor
Thanks. We did that, but it was in HKCU so it didn't work. We're moving the BHO policy to HKLM now so it should be resolved soon.