From 2f910aa87b9207a58a446280b290e875541c46c7 Mon Sep 17 00:00:00 2001 From: Christophe Maudoux Date: Wed, 8 Aug 2018 10:19:16 +0200 Subject: [PATCH] Fix mistake (#1480) --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm index 4e830bb32..340682000 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm @@ -736,7 +736,7 @@ sub sendHtml { $self->logger->debug("Set CSP form-action with Params URL : $url"); $csp .= " $url"; } - #$csp .= ';'; + $csp .= ';'; # Deny using portal in frame except if it is required unless ( $req->frame or $self->conf->{portalAntiFrame} == 0 ) {