From 7cef9c36232233e19de39d2faf4c47b252de4fef Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 21 Dec 2022 14:46:04 +0100 Subject: [PATCH] chore: fixing reading allowlist Signed-off-by: blam --- .github/uffizzi/uffizzi.production.app-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/uffizzi/uffizzi.production.app-config.yaml b/.github/uffizzi/uffizzi.production.app-config.yaml index faf78e7239..a7880ad4a3 100644 --- a/.github/uffizzi/uffizzi.production.app-config.yaml +++ b/.github/uffizzi/uffizzi.production.app-config.yaml @@ -25,6 +25,10 @@ backend: credentials: true csp: connect-src: ["'self'", 'http:', 'https:'] + reading: + allow: + - host: github.com + - host: raw.githubusercontent.com auth: environment: production