-
Notifications
You must be signed in to change notification settings - Fork 101
Microsoft Edge Support #70
Comments
I tested with this setting disabled. I also verified that this setting was changed in internet options, and not just the IE settings. |
I assume your testing still failed? We'll have to do some websocket tests with Edge and find out how to allow this stuff. @klabarge , are you comfortable with researching this, since it is so closely related to the IE11 issue? |
@tresf Sorry I was not 100% clear, but yes, the testing still failed. I will dive into this one as well. |
Great, thanks! Next is finding where this is set in the registry, etc so we can flag it with the software. Edit: The way that I did this with IE was I had to export the HKCU (HKEY_CURRENT_USERS) key for I don't know where Edge stores its registry settings, but if it is in a dedicated area of the registry, we should be able to pull a diff and figure out exactly where this flag resides. Note, HKLM (HKEY_LOCAL_MACHINE) may have Edge's keys too, but these types of preferences are usually stored in HKCU, or in a preferences file somewhere in %APPDATA%. |
Registry setting to allow localhost loopback:
Registry setting to deny localhost loopback:
|
Thanks, although this scares me: Can you see if |
Initial support added via b54e961. Kyle, can you try this out? It will require you to check out the 1.9 branch and -Tres |
Yes, I will test this out and get back to you with the results. |
The |
Thanks for the help 👍 |
@klabarge FYI, I've tested this fully and Edge 25.10 defaults to allowing loopback connections by default (contrary to the default behavior in Edge 20). The good news is that this flag is still in the exact same location when set (it is no longer existent by default). If for some reason a user changes this flag, it will show up and QZ Tray will change it right back using the same logic as above. Fortunately when the registry key is missing the new behavior is to allow loopback connections, so Edge should still be fully supported at the time of writing this. This explains why we haven't had any complains with the recent Windows 10 updates. |
@klabarge we should get on this bandwagon soon to see why it won't work.
We've had one client so far with an issue and we're likely to hear from more as Windows 10 auto-updates on more PCs around the globe. 👍
-Tres
The text was updated successfully, but these errors were encountered: