Forum Widgets
Latest Discussions
There is a gap / overlay covering the URL bar in stable release 140
With some users the overlay is transparent. The issue seems to be triggered by typing in the URL bar before the homepage is loaded. A second Edge browser that is opened does not have the issue.Solvedjmsoulsby678Sep 11, 2025Copper Contributor785Views2likes16CommentsChrome extension managed storage policy
Hi there, I've developed a chrome extension and now we want to deploy it using Intune. Force install of extension works great but I can't pass managed data to the extension. Here is the scheme: { "type": "object", "properties": { "apiKey": { "title": "API Key", "description": "An API key to communicate with server.", "type": "string" } } } This is the policy that I created in Intune: OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~3rdparty~extensions~eagefwefpbjpewefliifpgfgoewfknnmk~policy Data type: String Value: {"apiKey":"mykey123"} But it doesn't appear in chrome://policy and when I get policies in my code with: const result = await chrome.storage.managed.get(null); The result is empty! What is the problem here? And how to fix it?alizarei95Sep 09, 2025Copper Contributor50Views0likes0CommentsEdge Dev/Canary enterprise extension sync broken?
I noticed on my test system that setting up a new profile in Dev/Canary sync doesn't work correctly - specifically, extensions do not install properly. In my stable channel build everything is working, however when it attempts to sync to Dev/Canary only the "forced" extension I have enabled via policy shows/works, where as the others are not in the extension list, but are present in the AppData user data folder. I've attempted to reset sync and have everything get pulled down again, but the issue persists. I've tried clearing out the profile and re-installing Dev/Canary to see if having it force re-sync would help, but it does not. TLDR - syncing extensions to dev/canary with enterprise sync breaks any extension that is not 'forced' to install via policySolvedlexcynAug 11, 2025Iron Contributor116Views0likes2CommentsEdge Dev > Enterprise State Roaming / Sync Broke
I noted in Edge DEV my profile stopped syncing even though its set by policy to be on the journey took me to edge://settings/profiles/sync where turn on sync is presented - so i turn it on a confirm and cancel button appear as well as the expected other areas (but showing as off by policy???) hitting confirm just makes confirm and cancel disappear with no changes these are not new? what gives or is changing? is sync just broke in dev for now? Edge Beta and Stable are not impacted.NickBAug 01, 2025Brass Contributor55Views0likes0CommentsStarting Edge as a process immediately fires exited event
Hi! Recently I have encountered a rather annoying bug on Windows 11 IoT LTSC where I launch an edge as a process from my .net 9.0 C# code. I need to track Edge and if it exits for some reason I have to relaunch it. I'm tracking whether it has exited by subscribing to the Process.Exited event, but on the beforementioned operating system this event immediately fires even though the Edge itself visibly does not close and stays functional without any problem. This results in infinite edge processes getting launched, since every new instance also exits. Interestingly this issue does not occur when tested with other browsers nor it occurs on Windows 11 Pro, everything works completely fine in these two scenarios. I'm guessing IoT version has some kind of different power plan to reduce battery drainage and CPU usage if possible. My other assumption is that the msedge.exe available with default windows is just a parent process on the IoT version, and it just starts the actual processes needed to present the content of my web app. It'd be great if you could check this and come back to me. Thank you! Kind regards, Gallusz.NamelessProgrammer2Jul 15, 2025Copper Contributor55Views0likes0CommentsManifest V2/V3 timeline update?
Google/Chromium announced at the end of March that MV2 would be completely removed from Chrome in v139, meaning that v138 will be the last version that can run MV2 extensions even using the policy override. Since v139 is expected sometime in July, that time is coming up fast! In Microsoft's timeline, it is stated: Manifest V2 extensions will continue to be supported through Enterprise policies at least until the date in the Chromium Manifest V2 support timeline. Since Google will be removing it as of v139, can we expect the same for Edge? Just trying to plan out notification to some groups who use custom extensions (ie: from vendors or internally created) that they will see the older extensions be removed/disabled. Thank you!lexcynJun 05, 2025Iron Contributor703Views4likes0CommentsInsecurePrivateNetworkRequestsAllowed
In Dev version 138.0.3338.1 I noticed the following policies are showing as "error/not found" and was wondering if these policies are scheduled to be depreciated: InsecurePrivateNetworkRequestsAllowed InsecurePrivateNetworkRequestsAllowedForUrls These policies are still functional on stable 137.0.3296.58. Thanks!SolvedlexcynJun 03, 2025Iron Contributor250Views0likes4CommentsMicrosoft Editor does not work
As the title states, if you have the Microsoft Editor enabled in Edge (this appears to be any version from Stable to even Canary), no spell or grammar check will work at all. If you enable the standard editor, you will get at least spell check back. This screenshot is with the MS Editor enabled - it seems to know what is spelled incorrectly but gives you zero suggestions. And here is the standard spell check working as it should. Testing in Edge stable 136.0.3240.50 + Dev 137.0.3282.1SolvedlexcynMay 05, 2025Iron Contributor2KViews6likes15CommentsOrgBrandingCustomName no longer working in Dev/Canary
The latest Dev/Canary builds have moved the profile icon from the top left back to the address bar near the extension/plugin list. We have the OrgBrandingCustomName cloud policy enabled which no longer works due to this change. Is this expected behavior? Current stable channel behavior: New Dev/Canary behavior:SolvedlexcynApr 04, 2025Iron Contributor142Views1like2Comments
Resources
Tags
- edge45 Topics
- IE mode13 Topics
- Group Policy11 Topics
- enterprise11 Topics
- gpo10 Topics
- policy10 Topics
- BUG10 Topics
- Edge Chromium8 Topics
- dev6 Topics
- Intune6 Topics