-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
For
Access-Control-Allow-Origin
It would be nice to pass the current URL so if the value in the settings was:
HTTP_ORIGIN
Then you would replace that with the current url in the header ...
In my nginx.conf file I do this:
more_set_headers 'Access-Control-Allow-Origin: $http_origin';
more_set_headers 'Access-Control-Allow-Credentials: true';
Reactions are currently unavailable