1.3.4
This commit is contained in:
parent
f0a5f51489
commit
e475c889ac
|
@ -22,7 +22,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed autostart issue [#2219](https://github.com/sandboxie-plus/Sandboxie/issues/2219)
|
||||
- fixed firewall UI issue, all programs entries were missing *, prefix [#2247](https://github.com/sandboxie-plus/Sandboxie/issues/2247)
|
||||
- fixed BlockPorts template with a missing *, prefix [4420ba4](https://github.com/sandboxie-plus/Sandboxie/commit/4420ba4448a797b7369917058c34e8a78c2ec9fc)
|
||||
- fixed issue with skype 8.88 [#2217](https://github.com/sandboxie-plus/Sandboxie/issues/2217)
|
||||
- fixed issues with variosue electron apps [#2217](https://github.com/sandboxie-plus/Sandboxie/issues/2217) [#2235](https://github.com/sandboxie-plus/Sandboxie/issues/2235) [#2201](https://github.com/sandboxie-plus/Sandboxie/issues/2201) [#2166](https://github.com/sandboxie-plus/Sandboxie/issues/2166)
|
||||
-- now the default behavioure is UseElectronWorkaround=n
|
||||
|
||||
### Removed
|
||||
- removed obsolete VPNTunnel template
|
||||
|
|
|
@ -331,7 +331,7 @@ _FX BOOLEAN Proc_Init(void)
|
|||
NTSTATUS status;
|
||||
|
||||
if(!Dll_CompartmentMode)
|
||||
Dll_ElectronWorkaround = Config_GetSettingsForImageName_bool(L"UseElectronWorkaround", TRUE);
|
||||
Dll_ElectronWorkaround = Config_GetSettingsForImageName_bool(L"UseElectronWorkaround", FALSE);
|
||||
|
||||
//
|
||||
// abort if we should not hook any process creation functions
|
||||
|
|
|
@ -159,9 +159,6 @@ SpecialImage=mail,Inky.exe
|
|||
|
||||
SpecialImage=browser,PuffinSecureBrowser.exe
|
||||
|
||||
UseElectronWorkaround=Element.exe,n
|
||||
UseElectronWorkaround=Skype.exe,n
|
||||
|
||||
SpecialImage=chrome,spotify.exe
|
||||
SpecialImage=chrome,Amazon Music.exe
|
||||
|
||||
|
|
Loading…
Reference in New Issue