diff --git a/src/network/HttpHandler.cpp b/src/network/HttpHandler.cpp index a4e6f42ce..f6a749df6 100644 --- a/src/network/HttpHandler.cpp +++ b/src/network/HttpHandler.cpp @@ -146,6 +146,7 @@ void HttpHandler::handleStatusRequest(StatusFormat pStatusFormat, const QSharedP HttpResponse response(HTTP_STATUS_OK); response.setHeader(QByteArrayLiteral("Access-Control-Allow-Origin"), QByteArrayLiteral("*")); + response.setHeader(QByteArrayLiteral("Access-Control-Allow-Private-Network"), QByteArrayLiteral("true")); switch (pStatusFormat) { case StatusFormat::PLAIN: