WIP - Append debug message (#1480)

This commit is contained in:
Christophe Maudoux 2018-08-08 10:13:58 +02:00
parent 700f08ad33
commit a3ef440fe2

View File

@ -756,6 +756,7 @@ sub sendHtml {
# Set CSP header
push @{ $res->[1] }, 'Content-Security-Policy' => $csp;
$self->logger->debug("Apply following CSP : $csp");
return $res;
}