diff --git a/src/libs/core/httpserver.cpp b/src/libs/core/httpserver.cpp index 698a334ad..d846be64c 100644 --- a/src/libs/core/httpserver.cpp +++ b/src/libs/core/httpserver.cpp @@ -31,7 +31,7 @@ using namespace Zeal::Core; namespace { -constexpr char LocalHttpServerHost[] = "127.0.0.22"; +constexpr char LocalHttpServerHost[] = "127.0.0.1"; // macOS only routes 127.0.0.1 by default. } // namespace static Q_LOGGING_CATEGORY(log, "zeal.core.httpserver")