diff --git a/service/server/killswitch.cpp b/service/server/killswitch.cpp index 1e823e13..eca86854 100644 --- a/service/server/killswitch.cpp +++ b/service/server/killswitch.cpp @@ -94,6 +94,9 @@ bool KillSwitch::disableKillSwitch() { #endif #ifdef Q_OS_WIN + if (isStrictKillSwitchEnabled()) { + return disableAllTraffic(); + } return WindowsFirewall::instance()->allowAllTraffic(); #endif