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
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
|
if (isStrictKillSwitchEnabled()) {
|
||||||
|
return disableAllTraffic();
|
||||||
|
}
|
||||||
return WindowsFirewall::instance()->allowAllTraffic();
|
return WindowsFirewall::instance()->allowAllTraffic();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue