From 6d05634a52d60d40937c073878c451590097d062 Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Thu, 11 Jul 2024 11:22:52 -0400 Subject: [PATCH] set Access-Control-Allow-Origin --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 7917067..1953a78 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: /bin/go-camo --socket-listen=/var/run/cabotage/cabotage.sock --server-name=https://github.com/pypi/camo --max-size=$GOCAMO_MAXSIZE --max-size-redirect=$GOCAMO_MAXSIZEREDIRECT +web: /bin/go-camo --socket-listen=/var/run/cabotage/cabotage.sock --server-name=https://github.com/pypi/camo --max-size=$GOCAMO_MAXSIZE --max-size-redirect=$GOCAMO_MAXSIZEREDIRECT --header="Access-Control-Allow-Origin: $ALLOW_ORIGIN"