diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bdeec33..15a72a8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Minor: Removed "Online Logs" functionality as services are shut down (#1640) - Minor: CTRL+F now selects the Find text input field in the Settings Dialog (#1806 #1811) - Minor: CTRL+F now selects the search text input field in the Search Popup (#1812) +- Bugfix: Fixed not being able to open links in incognito with Microsoft Edge (Chromium) (#1875) - Bugfix: Fix the incorrect `Open stream in browser` labelling in the whisper split (#1860) - Bugfix: Fix preview on hover not working when Animated emotes options was disabled (#1546) - Bugfix: FFZ custom mod badges no longer scale with the emote scale options (#1602) diff --git a/src/util/IncognitoBrowser.cpp b/src/util/IncognitoBrowser.cpp index 460f8fcfa..fb3557443 100644 --- a/src/util/IncognitoBrowser.cpp +++ b/src/util/IncognitoBrowser.cpp @@ -15,6 +15,7 @@ namespace { {"firefox", "-private-window"}, {"chrome", "-incognito"}, {"vivaldi", "-incognito"}, {"opera", "-newprivatetab"}, {"opera\\\\launcher", "--private"}, {"iexplore", "-private"}, + {"msedge", "-inprivate"}, }; // transform into regex and replacement string