1.7.0c
This commit is contained in:
parent
8e68dce6ea
commit
75fcd511d7
|
@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed trace log filter case case sensitive
|
||||
- fixed performance issues with Delete V2
|
||||
- fixed issue with NtQueryDirectoryFile data alignment [#2443](https://github.com/sandboxie-plus/Sandboxie/issues/2443)
|
||||
- fixed issue with firefox 111 dev build [#2631](https://github.com/sandboxie-plus/Sandboxie/issues/2631)
|
||||
|
||||
|
||||
|
||||
## [1.7.0 / 5.62.0] - 2022-12-27
|
||||
|
|
|
@ -647,7 +647,8 @@ Tmpl.Url=https://www.microsoft.com/en-us/edge
|
|||
Tmpl.Scan=s
|
||||
Tmpl.ScanProduct=Microsoft Edge
|
||||
Tmpl.ScanService=edgeupdate
|
||||
ExternalManifestHack=msedge.exe,y
|
||||
# ExternalManifest breaks MSEdge 111.0.1633.0
|
||||
#ExternalManifestHack=msedge.exe,y
|
||||
# SBIE fix for MS Edge 106.x also for Windows 10
|
||||
OpenIpcPath=msedge.exe,\Sessions\*\AppContainerNamedObjects\*
|
||||
OpenFilePath=msedge.exe,\Device\NamedPipe\Sessions\*\AppContainerNamedObjects\*
|
||||
|
|
Loading…
Reference in New Issue