X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authorize.php;fp=authorize.php;h=0740e23d152880eae48d826cad511c9b780cd9a9;hp=ac0979a94c3e96221de4a869d717b85505b78674;hb=b0e48c35c57284bf91bb8b3dc2da4c8a3206617c;hpb=88191064f51f758e3dcd11cc7cd9612770316895 diff --git a/authorize.php b/authorize.php index ac0979a..0740e23 100644 --- a/authorize.php +++ b/authorize.php @@ -22,6 +22,7 @@ $title->appendText('Authorization Request | KaiRo.at'); $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');