edge
846 TopicsWhy ublock origin on Microsoft's new Addon store is not being updated?
ublock origin on Microsoft's new Addons store: (Version 1.23.0 - Updated November 29, 2019) ublock origin on Google's Chrome extension store: (Version 1.24.4 - Updated February 6, 2020) ublock origin on Firefox's Addons store: (Version 1.25.0 - Updated Feb 19, 2020) Fact #1: Firefox has the most recent and newest features Fact #2: in November 29 2019, Microsoft wasn't even accepting extensions/addons submissions in their new store. this article was posted December 16 sayings: "Starting today, the Microsoft Edge Addons store is now open for submissions for all developers. " Fact #3: in Firefox and Google Chrome, ublock origin is added by its original author, Raymond Hill, but in Microsoft's Addons store, it's added by someone named "Nik Rolls" ! which according to his Github page, forked ublock origin! and posted it in Microsoft Addons store and now people think it's the same original one. so why all of these happened? can someone from Microsoft please do something about these? Thanks in advanceSolved7.1KViews4likes5CommentsEdge Block/Add Site Notification - How to Disable with GPO?
Hello, I haven't been able to find answers anywhere so far to figuring this out. Currently looking into using GPO for disabling the Block/Allow to send site notifications tabs found in Privacy, search, and services -> Site permissions -> All permissions -> Notifications. I have been able to block to turn off notifications for all websites by default and block the "Ask before sending" notification settings in the same menu as mentioned above. I did so by creating a GPO with the following settings: Computer Configuration -> Policies -> Administrative Templates -> Microsoft Edge -> Content Settings After navigating to this folder, I opened the "Default Notification Setting" setting. Inside of it I switched it to Enabled and Don't allow any site to show Desktop notifications. I have already looked at the "Allow notifications on specific sites" and the "Block notifications on specific sites" settings, however these just allow you to add websites that you want to block or allow that the user cannot remove. I have discovered that putting a wildcard "*" into the "Block notifications on specific sites" settings values will not allow the user to add any more sites to the list. However this still leaves the user to add any site they wish to the "Allow notifications from specific sites" setting, which is the main concern considering all sites should have notifications disabled. Has anyone else had this problem and found a solution or workaround? This works in Chrome, but Edge has been difficult Thanks.23Views0likes0CommentsCrash when submitting web page input fields with soft keyboard Enter
### Summary Microsoft Edge Canary for Android crashes when submitting web page input fields using the Android soft keyboard Enter key. GitHub search is one stable reproduction case, but this is not GitHub-specific. I have also reproduced similar crashes on other websites with text input/search fields. ### Environment - App: Microsoft Edge Canary for Android - Package: `com.microsoft.emmx.canary` - Version: `152.0.4142.0` - Version code: `414200023` - Device: vivo V2417A - Android SDK: 36 - ABI: arm64-v8a ### Reproduction case 1. Open Microsoft Edge Canary on Android. 2. Navigate to `https://github.com/`. 3. Tap the GitHub search box. 4. Type any text. 5. Press Enter on the Android soft keyboard. ### Expected behavior The input/search action should be submitted normally. ### Actual behavior Edge Canary crashes immediately after pressing Enter. ### Scope This does not appear to be specific to GitHub. The same type of crash can also be triggered on other websites when submitting text input/search fields using the Android soft keyboard Enter key. GitHub is used here as a minimal stable repro because it is easy to test. ### Crash information Exception: ```text java.lang.IndexOutOfBoundsException: Index 24 out of bounds for length 0 ``` Relevant stack trace: ```text java.util.ArrayList.get(ArrayList.java:434) android.view.ViewGroup.getAndVerifyPreorderedView(ViewGroup.java:3873) android.view.ViewGroup.gatherTransparentRegion(ViewGroup.java:7438) android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:5207) android.view.Choreographer.doFrame(...) ``` ### Notes - Reproduced directly on the Android phone. - Trigger appears related to submitting web page input/search fields via the Android soft keyboard Enter key.27Views0likes3CommentsWeb Speech API stopped working on Edge starting with v.134
Starting with version 134 of the Edge Browser (Windows 10, Edge Stable Version 134.0.3124.51, released March 6, 2025), the functionality of speech recognition (WebSpeechAPI) has been broken. This issue potentially impacts millions of users. Requests to Microsoft servers return a "Network error." For more details, please refer to this ticket: https://github.com/speech-translator-ext/speech-translator-readme/issues/50 An easy way to test speech recognition: https://www.google.com/intl/en/chrome/demos/speech.html About Web Speech API: https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API#browser_compatibility PS: It’s also unfortunate that, as a web browser extension developer, the "App Assure" functionality is not available. (App Assure: Facing issues with your business apps or websites on the latest version of Microsoft Edge? Microsoft will help you resolve them at no additional cost.) And in general it's very unclear where to report such issues.Solved17KViews4likes32CommentsFPGA vs ASIC for AI at the Edge: What factors influence your hardware choice?
As AI continues to move closer to edge devices, choosing the right hardware platform has become an important design decision. While both FPGAs and ASICs have their strengths, the best choice often depends on the application's requirements. Here are some of the key factors that engineering teams typically evaluate: Performance and latency requirements Power efficiency Development cost and NRE Time-to-market Production volume Need for future hardware updates FPGAs offer flexibility for rapid prototyping and evolving workloads, making them well-suited for early-stage development. ASICs, on the other hand, can provide significant advantages in performance, power consumption, and cost efficiency for high-volume production. I recently came across a technical article that explains these trade-offs in a structured way and found it useful as a reference: https://www.signoffsemiconductors.com/asic-vs-fpga/ I'd be interested to hear how others approach this decision. Have you migrated a design from FPGA to ASIC? What factors influenced your choice? Are there workloads where you would always choose one over the other?58Views0likes1CommentPWA shortcuts don't keep asociated with window - Linux
I recently upgraded to version140.0.3485.14 (Official build) beta (64-bit) and noticed that my PWA, even if they open correctly in a independent window, don't show the "running window counter" on the taskbar. So, for example, if a open Outlook, the window open and loads the app, but if a I click the icon again, it opens another window, wich is a little annoying. I tried removing the PWA from Edge, rebooting, and installing again, but didn't work. Because the only change I made is updating Edge, I think is related to this build. (too lazy to go back or install the stable release)2.6KViews10likes11Comments[Wayland] PWAs no longer appear as separate app windows — all group under main Edge icon
Hi, Since around 2025-09-07 to 2025-09-10, I’ve noticed that on GNOME (Wayland) all installed PWAs (even across different profiles) now appear grouped under the main Edge browser icon in the GNOME Shell dash/taskbar. Previously, each PWA would open in its own window group with its own icon. This is still the behavior in Chromium/Brave/Chrome, and can be restored there by editing the PWA’s .desktop file to set: StartupWMClass=<same value as Icon> However, Edge now seems to ignore StartupWMClass completely on Wayland, breaking workspace separation and making task switching hard. Environment: Ubuntu 25.04 GNOME 48.0 / Mutter (Wayland) Kernel 6.14.0-29 Intel Iris Xe GPU Edge (latest stable, observed post 2025-09-13) Repro steps: Install any PWA (e.g. Outlook, Teams, Spotify) from Edge Launch it (from any profile) Observe that it appears grouped under the main Edge browser icon Expected: PWA shows under its own icon and window group like in Chromium-based browsers Actual: All PWAs are bundled into the main Edge window group Editing StartupWMClass in the .desktop file no longer helps This regression makes PWAs much harder to manage on Wayland. Please route to the Linux/Wayland team if possible. Thanks!3.6KViews13likes19CommentsEdge displays a splash screen saying ‘Sign in to sync your data’
Hello When the user logs in to a device for the first time and launches Edge, the following splash screen appears, even though we have created the Intune configuration below, which is intended to prevent this. We have following Intune configuration: Why does the splash screen still appear?162Views0likes3Comments