nextcloud-server/tests/lib/AppFramework/Http
MichaIng 5f90b8eb11
Change X-Robots-Tag header from "none" to "noindex, nofollow"
While "none" is indeed equivalent to "noindex, nofollow" for Google, but seems to be not supported by Bing and probably other search engines.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name#other_metadata_names
https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#comma-separated-list
https://www.bing.com/webmasters/help/which-robots-metatags-does-bing-support-5198d240

Signed-off-by: MichaIng <micha@dietpi.com>
2023-02-15 20:16:51 +07:00
..
ContentSecurityPolicyTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
DataResponseTest.php Change X-Robots-Tag header from "none" to "noindex, nofollow" 2023-02-15 20:16:51 +07:00
DispatcherTest.php feat(app framework)!: Inject services into controller methods 2023-01-18 14:00:38 +07:00
DownloadResponseTest.php Escape filename in Content-Disposition 2021-06-02 19:22:17 +07:00
EmptyContentSecurityPolicyTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
EmptyFeaturePolicyTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
FeaturePolicyTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
FileDisplayResponseTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
HttpTest.php Move the notmodified check to middleware where it belongs 2020-05-13 08:11:24 +07:00
JSONResponseTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
OutputTest.php add tests for http/output 2016-11-16 15:30:37 +07:00
PublicTemplateResponseTest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +07:00
RedirectResponseTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
RequestIdTest.php Adjust and add unit tests 2022-02-23 11:01:58 +07:00
RequestStream.php Fix some more problems with tests under PHP 8.2 2022-11-15 16:02:24 +07:00
RequestTest.php Merge branch 'master' into add-scim-json-support 2022-12-19 09:07:38 +07:00
ResponseTest.php Change X-Robots-Tag header from "none" to "noindex, nofollow" 2023-02-15 20:16:51 +07:00
StreamResponseTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
TemplateResponseTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00