Skip to content

Commit

Permalink
Merge pull request #4412 from offhub/add018
Browse files Browse the repository at this point in the history
Update Templates.ini
  • Loading branch information
DavidXanatos authored Dec 3, 2024
2 parents 64d58e5 + ffa08bc commit 9ba69e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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

0 comments on commit 9ba69e0

Please sign in to comment.