Windows fixes
This commit is contained in:
parent
08e5ff2eef
commit
5fc80121b4
1 changed files with 3 additions and 0 deletions
|
|
@ -94,6 +94,9 @@ bool KillSwitch::disableKillSwitch() {
|
|||
#endif
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
if (isStrictKillSwitchEnabled()) {
|
||||
return disableAllTraffic();
|
||||
}
|
||||
return WindowsFirewall::instance()->allowAllTraffic();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue