X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=index.php;h=cfe66ec2669589a1b138e1b8a2cdcb33e29c1fb5;hp=76e11d28fa6f47e4734fc1ebc2a5c74cab5a3b53;hb=46f7aedadd9c6b1bb64e72c4c0770d9b1030454f;hpb=ea0452ad570f441f151a8a083e0810c12476a134 diff --git a/index.php b/index.php index 76e11d2..cfe66ec 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,7 @@ $title->appendText('KaiRo.at Authentication Server'); $h1 = $body->appendElement('h1', 'KaiRo.at Authentication Server'); $errors = $utils->checkForSecureConnection(); +$utils->sendSecurityHeaders(); $para = $body->appendElement('p', _('This login system does not work without JavaScript. Please activate JavaScript for this site to log in.')); $para->setAttribute('id', 'jswarning');