Fixed a potential way to escape the Lua Plugin sandbox (#5846)

This commit is contained in:
Mm2PL
2025-01-22 02:35:52 +01:00
committed by GitHub
parent a9984b63e1
commit ea02a42162
4 changed files with 11 additions and 0 deletions
+1
View File
@@ -6,6 +6,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 potential way to escape the Lua Plugin sandbox. (#5846)
- Bugfix: Fixed a crash relating to Lua HTTP. (#5800)
- Bugfix: Fixed a crash that could occur on Linux and macOS when clicking "Install" from the update prompt. (#5818)
- Bugfix: Fixed missing word wrap in update popup. (#5811)