Set Access-Control-Allow-Origin on cas endpoint

This commit is contained in:
Daniel Berteaud 2017-02-15 17:57:59 +01:00
parent fc55eee55f
commit 71df2ed021
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ HERE
<Location /cas>
BrowserMatch "SOPE/" downgrade-1.0
PerlOutputFilterHandler Apache::FilterChangeLength
Header set Access-Control-Allow-Origin '*'
</Location>
HERE
}