mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #38725 from nextcloud/dropMetaRobots
Drop meta robots header
This commit is contained in:
commit
1001adc390
1 changed files with 0 additions and 1 deletions
|
|
@ -203,7 +203,6 @@ class TemplateResponse extends Response {
|
|||
$renderAs = $this->renderAs;
|
||||
}
|
||||
|
||||
\OCP\Util::addHeader('meta', ['name' => 'robots', 'content' => 'noindex, nofollow']);
|
||||
$template = new \OCP\Template($this->appName, $this->templateName, $renderAs);
|
||||
|
||||
foreach ($this->params as $key => $value) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue