diff --git a/nodeapp/coordinators/bazaar/locations.conf b/nodeapp/coordinators/bazaar/locations.conf index 2285ba55..2ad89100 100644 --- a/nodeapp/coordinators/bazaar/locations.conf +++ b/nodeapp/coordinators/bazaar/locations.conf @@ -42,10 +42,7 @@ location /mainnet/bazaar/relay/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; - proxy_set_header Origin $http_origin; proxy_set_header Host $host; - - add_header Access-Control-Allow-Origin *; } # BitcoinVeneto Coordinator Testnet Locations diff --git a/nodeapp/coordinators/lake/locations.conf b/nodeapp/coordinators/lake/locations.conf index 082a0d06..f96f34e0 100644 --- a/nodeapp/coordinators/lake/locations.conf +++ b/nodeapp/coordinators/lake/locations.conf @@ -42,10 +42,7 @@ location /mainnet/lake/relay/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; - proxy_set_header Origin $http_origin; proxy_set_header Host $host; - - add_header Access-Control-Allow-Origin *; } # TheBigLake Coordinator Testnet Locations diff --git a/nodeapp/coordinators/moon/locations.conf b/nodeapp/coordinators/moon/locations.conf index 9d1389ad..5cbe3d5d 100644 --- a/nodeapp/coordinators/moon/locations.conf +++ b/nodeapp/coordinators/moon/locations.conf @@ -42,10 +42,7 @@ location /mainnet/moon/relay/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; - proxy_set_header Origin $http_origin; proxy_set_header Host $host; - - add_header Access-Control-Allow-Origin *; } # Over the Moon Coordinator Testnet Locations diff --git a/nodeapp/coordinators/temple/locations.conf b/nodeapp/coordinators/temple/locations.conf index d1f70e8c..c6607caf 100644 --- a/nodeapp/coordinators/temple/locations.conf +++ b/nodeapp/coordinators/temple/locations.conf @@ -42,10 +42,7 @@ location /mainnet/temple/relay/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; - proxy_set_header Origin $http_origin; proxy_set_header Host $host; - - add_header Access-Control-Allow-Origin *; } # Temple of Sats Coordinator Testnet Locations diff --git a/nodeapp/coordinators/veneto/locations.conf b/nodeapp/coordinators/veneto/locations.conf index f5094914..adc0855b 100644 --- a/nodeapp/coordinators/veneto/locations.conf +++ b/nodeapp/coordinators/veneto/locations.conf @@ -42,10 +42,7 @@ location /mainnet/veneto/relay/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; - proxy_set_header Origin $http_origin; proxy_set_header Host $host; - - add_header Access-Control-Allow-Origin *; } # BitcoinVeneto Coordinator Testnet Locations