PennController for IBEX › Forums › Support › Many audio stimuli in Safari › Reply To: Many audio stimuli in Safari
September 18, 2020 at 4:10 pm
#6130
abraver
Participant
I gave up on myself too soon! The following works for me, in case anyone else has an Nginx server:
location ~* /experiments {
add_header 'Access-Control-Allow-Origin' 'https://expt.pcibex.net';
add_header 'Access-Control-Allow-Methods' 'GET';
add_header 'Access-Control-Allow-Headers' 'X-Accept-Charset,X-Accept,Content-Type';
}