From e50a2e82e0ac8b20ac5ebd55a56bf7effae8d656 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 13 Aug 2022 08:41:56 -0400 Subject: [PATCH] Try new CSP --- static/Caddyfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/Caddyfile b/static/Caddyfile index 1683899..a5bbb22 100644 --- a/static/Caddyfile +++ b/static/Caddyfile @@ -42,6 +42,7 @@ http://static-mat-services.fly.dev/ { frame-ancestors 'none'; base-uri 'none'; upgrade-insecure-requests; - sandbox allow-same-origin" + sandbox allow-same-origin allow-top-navigation" } -} \ No newline at end of file +} +