false]); $response = $this->get('/e/test/upload'); $csp = $response->headers->get('Content-Security-Policy'); $this->assertNotNull($csp); $this->assertStringContainsString("worker-src 'self' blob:", $csp); } }