Disable CSP for frames (#1138)

This commit is contained in:
Xavier Guimard 2017-01-20 06:29:49 +00:00
parent 1491ad4515
commit 9827d0e888

View File

@ -200,6 +200,10 @@ sub run {
$self->lmLog( "URL $url detected as an CAS LOGOUT URL", 'debug' );
# Disable Content-Security-Policy header since logout can be embedded
# in a frame
$req->frame(1);
# GET parameters
my $logout_url = $req->param('url');