From 819ed96fef4168aa5733ae74307369129c033060 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Sun, 11 Feb 2024 12:53:14 +0100 Subject: [PATCH] fixed headers --- src/app.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.cpp b/src/app.cpp index 2d26481..2f39420 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -68,7 +68,9 @@ App::~App() { } void App::setMetaTags() { + removeMetaHeader(Wt::MetaHeaderType::Meta, "robots"); addMetaHeader("keywords", "chat, single chat, images, no registration, anonymousp"); + addMetaHeader(Wt::MetaHeaderType::Meta, "robots", ""); } void App::initApp() {