From 005657e7e7c55357652764e0731156f560e93735 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sun, 14 Aug 2022 09:14:39 -0400 Subject: [PATCH] Properly fix CSP popup settings --- static/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Caddyfile b/static/Caddyfile index 6fe326b..37b33b9 100644 --- a/static/Caddyfile +++ b/static/Caddyfile @@ -43,7 +43,7 @@ http://static-mat-services.fly.dev/ { frame-ancestors 'none'; base-uri 'none'; upgrade-insecure-requests; - sandbox allow-same-origin allow-popups-to-escape-sandbox" + sandbox allow-same-origin allow-popups allow-popups-to-escape-sandbox" } # caching