mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Drop meta robots tag
Revert mistake Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
76d4487f63
commit
5b5895a130
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