Update Templates.ini
Some `DontCopy` rules have been added to the template to prevent Firefox-based browsers from crashing when the `ProtectHostImages` setting is enabled. Only default locations are considered; browsers installed outside of these locations will still crash.
This commit is contained in:
parent
65f4dc7661
commit
45b395fa0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue