From 6866807ff1f42c90c56d43f3f7f20d9e63d69ff4 Mon Sep 17 00:00:00 2001 From: Milan Pavlik Date: Tue, 11 Oct 2022 07:10:04 +0000 Subject: [PATCH] [proxy] Remove ineffectual cors on /api/* and /headless-log-download* --- components/proxy/conf/Caddyfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/proxy/conf/Caddyfile b/components/proxy/conf/Caddyfile index 9114498e4d473c..47c72562b36e0c 100644 --- a/components/proxy/conf/Caddyfile +++ b/components/proxy/conf/Caddyfile @@ -225,10 +225,6 @@ https://{$GITPOD_DOMAIN} { @backend path /api/* /headless-logs/* handle @backend { - gitpod.cors_origin { - base_domain {$GITPOD_DOMAIN} - } - # note: no compression, as that breaks streaming for headless logs uri strip_prefix /api