From 07c6f468324e0416408dcb01ad61e48561276bcd Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 18 Dec 2025 10:44:27 +0000 Subject: [PATCH] allow scripts from rybbit to load analytics in calibre [ci skip] --- modules/kubernetes/calibre/main.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/kubernetes/calibre/main.tf b/modules/kubernetes/calibre/main.tf index 1cda9b9d..d2420590 100644 --- a/modules/kubernetes/calibre/main.tf +++ b/modules/kubernetes/calibre/main.tf @@ -233,7 +233,10 @@ module "ingress" { # gethomepage.dev/weight: 10 # optional # gethomepage.dev/instance: "public" # optional } - rybbit_site_id = "17a5c7fbb077" + rybbit_site_id = "17a5c7fbb077" + additional_configuration_snippet = <<-EOF + more_set_headers "Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval' https://rybbit.viktorbarzin.me"; + EOF } # Stacks - Anna's Archive Download Manager