diff --git a/npi/core/playwright_context.py b/npi/core/playwright_context.py index 5f432c52..a056ef7e 100644 --- a/npi/core/playwright_context.py +++ b/npi/core/playwright_context.py @@ -53,6 +53,7 @@ async def start(self): self.context = await self.browser.new_context( locale='en-US', + bypass_csp=True, **self.playwright.devices['Desktop Edge'], ) # self.context.set_default_timeout(3000)