Issue #2554 - Block access to 0.0.0.0 on non-Windows OSes.

Resolves #2554.
This commit is contained in:
Moonchild 2024-08-09 15:56:21 +02:00 • committed by roytam1
commit d44b309966
3 changed files with 22 additions and 0 deletions

View file

@ -62,6 +62,7 @@ private:
bool mDisableIPv6;
bool mDisablePrefetch;
bool mBlockDotOnion;
bool mBlockQuad0;
bool mFirstTime;
bool mNotifyResolution;
bool mOfflineLocalhost;