diff options
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/services/nginx/rory.gay/conduit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/conduit.nix b/host/Rory-nginx/services/nginx/rory.gay/conduit.nix index 5d96342..12a32cd 100755 --- a/host/Rory-nginx/services/nginx/rory.gay/conduit.nix +++ b/host/Rory-nginx/services/nginx/rory.gay/conduit.nix @@ -10,7 +10,7 @@ # # Custom headers and headers various browsers *should* be OK with but aren't # - more_set_headers 'Access-Control-Allow-Headers: *'; + more_set_headers 'Access-Control-Allow-Headers: *, Authorization'; # # Tell client that this pre-flight info is valid for 20 days # |