From 0f67ff3233396248727681d4bff00c0f976c7fcb Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 30 Jan 2025 17:51:17 -0500 Subject: [PATCH] Insecure images for Discourse --- tasks/discourse.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/discourse.yaml b/tasks/discourse.yaml index 4422b3d..aa9d2e2 100644 --- a/tasks/discourse.yaml +++ b/tasks/discourse.yaml @@ -7,6 +7,9 @@ release_namespace: discourse create_namespace: true values: + global: + security: + allowInsecureImages: true auth: email: discourse@eom.dev username: discourse_admin