Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Revert "test without Access-Control-Allow-Credentials: true (jupyterh…
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnik committed Feb 26, 2020
1 parent 73238cf commit 1ad52a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load_balancer/sites-available/gesis_mybinder
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ server {
# to indicate to browsers that server responses can differ based on the value of the Origin request header
add_header Vary Origin;

#add_header "Access-Control-Allow-Credentials" "true";
add_header "Access-Control-Allow-Credentials" "true";
add_header 'Access-Control-Allow-Headers' 'cache-control';
add_header 'Content-Type' 'text/event-stream';
add_header 'Cache-Control' 'no-cache';
Expand Down

0 comments on commit 1ad52a2

Please sign in to comment.