Fix mistake (#1480)

This commit is contained in:
Christophe Maudoux 2018-08-08 10:19:16 +02:00
parent a3ef440fe2
commit 2f910aa87b

View File

@ -736,7 +736,7 @@ sub sendHtml {
$self->logger->debug("Set CSP form-action with Params URL : $url"); $self->logger->debug("Set CSP form-action with Params URL : $url");
$csp .= " $url"; $csp .= " $url";
} }
#$csp .= ';'; $csp .= ';';
# Deny using portal in frame except if it is required # Deny using portal in frame except if it is required
unless ( $req->frame or $self->conf->{portalAntiFrame} == 0 ) { unless ( $req->frame or $self->conf->{portalAntiFrame} == 0 ) {