1.8.2a
This commit is contained in:
parent
6ee1a78be8
commit
3d64f4f71e
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue