Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Templates.ini #4412

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issues with ini section editor in dark mode
- fixed deleting sandbox content [#4407](https://github.com/sandboxie-plus/Sandboxie/pull/4407) (thanks bot-1450)
- fixed run unsandboxed no longer working from box picker window [#4403](https://github.com/sandboxie-plus/Sandboxie/issues/4403)
- fixed Firefox tab crashes when running with `ProtectHostImages=y` enabled [#4394](https://github.com/sandboxie-plus/Sandboxie/issues/4394)
- Only default installation locations are considered; Firefox-based browsers installed outside of these locations may still crash.
- To prevent this, manually add `DontCopy=<CustomInstallPath>` for custom installation paths to your configuration



Expand Down
7 changes: 7 additions & 0 deletions Sandboxie/install/Templates.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3877,6 +3877,13 @@ DontCopy=*.wav
DontCopy=*.webm
DontCopy=*.wma
DontCopy=*.wmv
# For ProtectHostImages=y (issue 4394)
DontCopy=%ProgramFiles%*\Mozilla Firefox\*
DontCopy=%ProgramFiles%*\Firefox Nightly\*
DontCopy=%ProgramFiles%*\Firefox Developer Edition\*
DontCopy=%ProgramFiles%*\LibreWolf\*
DontCopy=%ProgramFiles%*\Waterfox\*
DontCopy=%ProgramFiles%*\Ablaze Floorp\*

[Template_RpcPortBindings]
Tmpl.Title=#4296
Expand Down