From b7060be18ddc8e48d65c5909338662df5b0ec9bb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 15 Jun 2020 13:50:30 +0200 Subject: Fix robots "noindex, nofollow" signals Signed-off-by: Joas Schilling --- tests/lib/AppFramework/Http/DataResponseTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lib/AppFramework/Http/DataResponseTest.php') diff --git a/tests/lib/AppFramework/Http/DataResponseTest.php b/tests/lib/AppFramework/Http/DataResponseTest.php index e7624c92d7e..a02cee67d31 100644 --- a/tests/lib/AppFramework/Http/DataResponseTest.php +++ b/tests/lib/AppFramework/Http/DataResponseTest.php @@ -67,6 +67,7 @@ class DataResponseTest extends \Test\TestCase { 'Cache-Control' => 'no-cache, no-store, must-revalidate', 'Content-Security-Policy' => "default-src 'none';base-uri 'none';manifest-src 'self'", 'Feature-Policy' => "autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'", + 'X-Robots-Tag' => 'none', ]; $expectedHeaders = array_merge($expectedHeaders, $headers); -- cgit v1.2.3