diff --git a/frontend/e2e/security-headers.spec.ts b/frontend/e2e/security-headers.spec.ts index 7602168..8020d4c 100644 --- a/frontend/e2e/security-headers.spec.ts +++ b/frontend/e2e/security-headers.spec.ts @@ -34,6 +34,7 @@ test.describe('Security Headers', () => { expect(csp).toContain("default-src 'self'"); expect(csp).toContain("frame-ancestors 'none'"); expect(csp).toContain("object-src 'none'"); + expect(csp).toContain("worker-src 'self' blob:"); // Required for MSW }); test('should NOT include deprecated security headers', async ({ request }) => {