Add CSP at the website level (#2863)

This commit is contained in:
Nicolas Dorier
2021-09-09 21:51:28 +09:00
committed by GitHub
parent c39f1341aa
commit fc4e47cec6
9 changed files with 224 additions and 90 deletions

View File

@@ -38,6 +38,7 @@ namespace BTCPayServer.Tests
public async Task StartAsync()
{
Server.PayTester.NoCSP = true;
await Server.StartAsync();
var windowSize = (Width: 1200, Height: 1000);