From a8a8adb6b653304f3784b99aaa0336c989a1fc85 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 17 Jan 2026 18:16:45 -0300 Subject: [PATCH] comms: serve host-specific Element config alias --- services/comms/helmrelease.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/comms/helmrelease.yaml b/services/comms/helmrelease.yaml index b907d381..406ab512 100644 --- a/services/comms/helmrelease.yaml +++ b/services/comms/helmrelease.yaml @@ -382,6 +382,14 @@ spec: url: https://call.live.bstein.dev participant_limit: 16 brand: Othrys Call + nginxConfig: |- + add_header X-Frame-Options SAMEORIGIN; + add_header X-Content-Type-Options nosniff; + add_header X-XSS-Protection "1; mode=block"; + add_header Content-Security-Policy "frame-ancestors 'self'"; + location = /config.live.bstein.dev.json { + try_files /config.json =404; + } ingress: enabled: true