X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authorize.php;h=0740e23d152880eae48d826cad511c9b780cd9a9;hp=ac0979a94c3e96221de4a869d717b85505b78674;hb=1e976489ad553d7591076833dd41469f4606b9d3;hpb=80ca2a2f90bd1462e79678e28370b187ae851e59 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');