diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-17 17:58:09 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-17 17:58:09 +0200 |
commit | d58f224f40f9a311ab1c7898f833bda8433a3b9a (patch) | |
tree | 9f5092a989233648aec86f43d5f4fc85f53d9578 /host/Rory-nginx/services/nginx | |
parent | Split Rory into geneirc and client (diff) | |
download | Rory-Open-Architecture-d58f224f40f9a311ab1c7898f833bda8433a3b9a.tar.xz |
Changes
Diffstat (limited to 'host/Rory-nginx/services/nginx')
-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 # |