IE to Edge 87+ redirection issues

Brass Contributor

We've set both the RedirectSitesFromInternetExplorerRedirectMode and the RedirectSitesFromInternetExplorerPreventBHOInstall policies to prepare for the release of Edge 87, as we still have a large population of folks who require IE as their default. Now that 87 stable is here, we're finding that the settings don't work.

 

First RedirectSitesFromInternetExplorerPreventBHOInstall only appears to work if it's done on the Computer Configuration in the ADMX, not the User Configuration. I've double-checked and I don't see this listed in the documentation anywhere.

 

Second, the RedirectSitesFromInternetExplorerRedirectMode policy doesn't work at all, either in the User or the Computer ADMX configuration. The setting shows "Never" correctly in the Edge > Settings > Default Browser UI. But the value of the setting is ignored and IE redirects anyway. If it's not set by policy and I manually toggle it to Never, IE correctly follows the setting and does not redirect.

8 Replies

@db1080 Hi!  Sorry to hear you are having issues with those policies.  

 

To double check, when setting up the policies did you follow these instructions?  

https://docs.microsoft.com/en-us/deployedge/edge-learnmore-neededge#disable-redirection-to-microsoft... 

 

Just want to make sure that part is correct!  If you are still having problems, please let us know! 

 

-Kelly

Hi

I guess these folks that require IE as default uses several websites (finite number) that works in IE only. I suggest you to explore IE mode feature of new edge. You will be able to add these websites to site list and you will no longer need to cope with these RedirectFromInternetExplorer policies

@Kelly_Y

Yes, we followed those directions. We implemented both policies prior to the Edge 87 release. We generally prefer to add settings to the ADMX User Configuration, since it makes exceptions easier to manage. While the RedirectSitesFromInternetExplorerPreventBHOInstall policy appears in the User Config, it looks like it fails because the setup doesn't detect the setting unless it's set in the Computer Config. This isn't documented in the release notes or the ADMX itself, but it's logical since the installer/updater typically runs as system.

 

We also added the RedirectSitesFromInternetExplorerRedirectMode policy, again before the 87 release, just to cover our bases. Remember, we had no way to fully test this prior to the 87 release since we're domain-joined. While "Never" is displayed correctly in Edge settings, it doesn't work. Further digging shows that the HKEY_CURRENT_USER\Software\Microsoft\Edge\IEToEdge | RedirectionMode key, which is what the BHO itself uses, is not being created nor set to 0 when the policy is read by Edge. If the BHO doesn't find the key, the default is to redirect. If I manually create the RedirectionMode key and then re-launch Edge, it correctly follows the policy and sets RedirectionMode to 0.

 

@db1080 Thanks for the additional information!  I've reached out to our team and we will follow up with updates or additional questions.  

 

-Kelly

@db1080  Thanks for reaching out.

For the RedirectSitesFromInternetExplorerPreventBHOInstall policy, you're right that computer config is the only one that is affected. We'll make sure to clarify that through documentation. If set to Enable, this policy will uninstall the BHO the next time you update Edge Stable.

 

To ensure I understand the issue with the second policy, can you please confirm that the policy does not disable redirection after being set as shown below? 

 

IEtoEdgeDisable.png

@Shilpa_Subramanian 

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.

@db1080 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.

 

@Shilpa_Subramanian 

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.