diff --git a/BTCPayServer/Storage/StorageExtensions.cs b/BTCPayServer/Storage/StorageExtensions.cs index cb91b93c2d..be3259fda0 100644 --- a/BTCPayServer/Storage/StorageExtensions.cs +++ b/BTCPayServer/Storage/StorageExtensions.cs @@ -75,7 +75,7 @@ private static Action HandleStaticFileResponse() { context.Context.Response.Headers["Content-Disposition"] = "attachment"; } - context.Context.Response.Headers["Content-Security-Policy"] = "script-src 'self'"; + context.Context.Response.Headers["Content-Security-Policy"] = "script-src ;"; }; } }