This commit is contained in:
DavidXanatos 2023-04-02 12:38:57 +02:00
parent 6ee1a78be8
commit 3d64f4f71e
2 changed files with 5 additions and 4 deletions

View File

@ -10,15 +10,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.8.3 / 5.63.3] - 2023-04-??
## [1.8.2a / 5.63.2] - 2023-04-02
### Changed
- disabled token based workarounds when in compartment mode
- disabled token based workarounds when in compartment mode
### Fixed
- fixed issue with the new SBIE2307 being triggered on media removal
- excluded one of the ols old token hacks (for firefox) from being disabled
- excluded some old token hacks (for firefox) from being disabled
- fixed long stnding ping issue with compartment type boxes
## [1.8.2 / 5.63.2] - 2023-04-01

View File

@ -206,6 +206,7 @@ _FX BOOLEAN File_Init(void)
SBIEDLL_HOOK(File_,NtWriteFile);
SBIEDLL_HOOK(File_,NtFsControlFile);
if (!Dll_CompartmentMode) // else ping does not work
if (File_IsBlockedNetParam(NULL)) {
SBIEDLL_HOOK(File_,NtDeviceIoControlFile);
}