From 2eb1a14886e5290357285cab62e5ff5662b2fd56 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 18 Oct 2024 22:40:15 +0200 Subject: android hackaround --- modules/obsidian-livesync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/obsidian-livesync.nix b/modules/obsidian-livesync.nix index cfad4f3..e576eb0 100644 --- a/modules/obsidian-livesync.nix +++ b/modules/obsidian-livesync.nix @@ -79,7 +79,7 @@ in proxy_set_header X-Real-IP "$remote_addr"; proxy_set_header X-Forwarded-For "$proxy_add_x_forwarded_for"; proxy_set_header X-Forwarded-Proto "$scheme"; - add_header Access-Control-Allow-Origin "app://obsidian.md" always; + add_header Access-Control-Allow-Origin "$http_origin" always; add_header Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS" always; add_header Access-Control-Allow-Headers "Content-Type, Authorization" always; add_header Access-Control-Allow-Credentials "true" always; -- cgit 1.4.1