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*@ - +