From 5cb61c9681fa2a13f1e11d26785620a4b69511c4 Mon Sep 17 00:00:00 2001 From: mat ess Date: Sat, 13 Aug 2022 21:33:58 -0400 Subject: [PATCH] Allow popups to escape sandbox --- static/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/Caddyfile b/static/Caddyfile index c485f50..19d933a 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" + sandbox allow-same-origin allow-popups-to-escape-sandbox" } # caching