From 6d667e2d78a0db0ca0ad8ce8ae92ade4b789beff Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 21 Sep 2021 12:52:31 +0900 Subject: [PATCH] bump redoc --- BTCPayServer/Views/Home/SwaggerDocs.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Home/SwaggerDocs.cshtml b/BTCPayServer/Views/Home/SwaggerDocs.cshtml index e57a0e142..5a4b4fde9 100644 --- a/BTCPayServer/Views/Home/SwaggerDocs.cshtml +++ b/BTCPayServer/Views/Home/SwaggerDocs.cshtml @@ -2,7 +2,7 @@ @{ Layout = null; csp.Add("script-src", "https://cdn.jsdelivr.net"); - csp.Add("worker-src", "blob: self"); + csp.Add("worker-src", "blob:"); } @@ -28,6 +28,6 @@ @*Ignore this, this is for making the test ClickOnAllSideMenus happy*@ - +