nextcloud-server/lib/public/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
..
Attribute feat(app-framework): Add UseSession attribute to replace annotation 2023-01-27 09:40:35 +07:00
Events
Template composer run cs:fix 2023-01-20 11:45:08 +07:00
ContentSecurityPolicy.php Add CSP policy merge priority for booleans 2022-04-01 13:56:34 +07:00
DataDisplayResponse.php composer run cs:fix 2023-01-20 11:45:08 +07:00
DataDownloadResponse.php
DataResponse.php composer run cs:fix 2023-01-20 11:45:08 +07:00
DownloadResponse.php
EmptyContentSecurityPolicy.php Allow to set a strict-dynamic CSP through the API 2022-03-09 15:10:27 +07:00
EmptyFeaturePolicy.php composer run cs:fix 2023-01-20 11:45:08 +07:00
FeaturePolicy.php
FileDisplayResponse.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ICallbackResponse.php composer run cs:fix 2023-01-20 11:45:08 +07:00
IOutput.php composer run cs:fix 2023-01-20 11:45:08 +07:00
JSONResponse.php composer run cs:fix 2023-01-20 11:45:08 +07:00
NotFoundResponse.php composer run cs:fix 2023-01-20 11:45:08 +07:00
RedirectResponse.php
RedirectToDefaultAppResponse.php Fix typo in deprecated 2022-10-04 11:42:24 +07:00
Response.php Change X-Robots-Tag header from "none" to "noindex, nofollow" 2023-02-15 20:16:51 +07:00
StandaloneTemplateResponse.php
StreamResponse.php
StrictContentSecurityPolicy.php
StrictEvalContentSecurityPolicy.php composer run cs:fix 2023-01-20 11:45:08 +07:00
StrictInlineContentSecurityPolicy.php composer run cs:fix 2023-01-20 11:45:08 +07:00
TemplateResponse.php Make appName of TemplateResponse accessible in BeforeTemplateRenderedEvent 2022-05-20 15:03:40 +07:00
TextPlainResponse.php Add security.txt 2021-06-23 13:58:47 +07:00
TooManyRequestsResponse.php composer run cs:fix 2023-01-20 11:45:08 +07:00
ZipResponse.php Fix type for resource 2022-05-24 22:05:59 +07:00