nextcloud-server/lib/public/AppFramework
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
..
Bootstrap Pluggable share provider 2023-02-02 15:41:26 +07:00
Db composer run cs:fix 2023-01-20 11:45:08 +07:00
Http Change X-Robots-Tag header from "none" to "noindex, nofollow" 2023-02-15 20:16:51 +07:00
OCS Update php licenses 2021-06-04 22:02:41 +07:00
Services composer run cs:fix 2023-01-20 11:45:08 +07:00
Utility composer run cs:fix 2023-01-20 11:45:08 +07:00
ApiController.php Update php licenses 2021-06-04 22:02:41 +07:00
App.php composer run cs:fix 2023-01-20 11:45:08 +07:00
AuthPublicShareController.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Controller.php Also copy bruteforce meta data when converting DataResponse to JSONResponse 2023-02-14 16:00:10 +07:00
Http.php Update php licenses 2021-06-04 22:02:41 +07:00
IAppContainer.php composer run cs:fix 2023-01-20 11:45:08 +07:00
Middleware.php fix(app-framework): Specify return type of Middleware::beforeController 2023-01-25 09:30:58 +07:00
OCSController.php composer run cs:fix 2023-01-20 11:45:08 +07:00
PublicShareController.php composer run cs:fix 2023-01-20 11:45:08 +07:00
QueryException.php fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if class not found 2023-02-06 14:16:35 +07:00