diff --git a/server/routes/index.test.ts b/server/routes/index.test.ts index d8748e190..640012a7a 100644 --- a/server/routes/index.test.ts +++ b/server/routes/index.test.ts @@ -40,7 +40,6 @@ describe('check response headers are set correctly', () => { 'content-security-policy': expect.any(String), 'content-type': 'text/plain; charset=utf-8', date: expect.any(String), - 'expect-ct': 'max-age=0', location: '/probation-practitioner/dashboard', 'referrer-policy': 'no-referrer', 'strict-transport-security': 'max-age=15552000; includeSubDomains', @@ -66,7 +65,6 @@ describe('check response headers are set correctly', () => { "img-src 'self' https://www.google-analytics.com", "connect-src 'self' https://www.google-analytics.com", "base-uri 'self'", - "block-all-mixed-content", "form-action 'self'", "frame-ancestors 'self'", "object-src 'none'",