Remove iexplore, because it is EOL (#5810)

EOL since 2022-06-15.

https://learn.microsoft.com/de-de/lifecycle/products/internet-explorer-11
This commit is contained in:
Wissididom
2025-01-11 18:54:20 +01:00
committed by GitHub
parent 687fb353a7
commit 8e3108cca8
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@
- Minor: Treat all browsers starting with `firefox` as a Firefox browser. (#5805)
- Minor: Remove incognito browser support for `opera/launcher` (this should no longer be a thing). (#5805)
- Minor: Remove incognito browser support for `iexplore`, because internet explorer is EOL. (#5810)
- Bugfix: Fixed a crash relating to Lua HTTP. (#5800)
- Dev: Updated Conan dependencies. (#5776)
-1
View File
@@ -71,7 +71,6 @@ QString getPrivateSwitch(const QString &browserExecutable)
{"google-chrome-stable", "-incognito"},
{"vivaldi", "-incognito"},
{"opera", "-newprivatetab"},
{"iexplore", "-private"},
{"msedge", "-inprivate"},
{"chromium", "-incognito"},
{"brave", "-incognito"},