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

View File

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