This commit is contained in:
DavidXanatos 2022-09-19 21:32:41 +02:00
parent f0a5f51489
commit e475c889ac
3 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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