From f033cbefab9eb705bc9b08eb2ef2d6e65e6e3676 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Thu, 21 Jul 2022 12:02:08 +0200 Subject: [PATCH] 1.2.4 --- Sandboxie/core/drv/verify.c | 2 +- Sandboxie/install/Templates.ini | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Sandboxie/core/drv/verify.c b/Sandboxie/core/drv/verify.c index add86e32..f3199a28 100644 --- a/Sandboxie/core/drv/verify.c +++ b/Sandboxie/core/drv/verify.c @@ -477,7 +477,7 @@ _FX LONGLONG KphGetDate(CSHORT days, CSHORT months, CSHORT years) _FX LONGLONG KphGetDateInterval(CSHORT days, CSHORT months, CSHORT years) { - return ((LONGLONG)days + (LONGLONG)months * 30ll + (LONGLONG)years * 365ll) + 24ll * 3600ll * 10000000ll; // 100ns steps -> 1sec + return ((LONGLONG)days + (LONGLONG)months * 30ll + (LONGLONG)years * 365ll) * 24ll * 3600ll * 10000000ll; // 100ns steps -> 1sec } #define SOFTWARE_NAME L"Sandboxie-Plus" diff --git a/Sandboxie/install/Templates.ini b/Sandboxie/install/Templates.ini index c0733da4..daa43c2a 100644 --- a/Sandboxie/install/Templates.ini +++ b/Sandboxie/install/Templates.ini @@ -160,6 +160,9 @@ SpecialImage=browser,PuffinSecureBrowser.exe UseElectronWorkaround=Element.exe,n +SpecialImage=chrome,spotify.exe +SpecialImage=chrome,Amazon Music.exe + # # updater blockage, usage: