diff --git a/test/web/puppeteer.mjs b/test/web/puppeteer.mjs
index 2f3c98757f230554ff1211213850fc9c54716163..80321919c96dc6ba69c6df44a9d743fa8eaeaa82 100644
--- a/test/web/puppeteer.mjs
+++ b/test/web/puppeteer.mjs
@@ -38,7 +38,10 @@ if (!config.browser) {
             '--no-sandbox',
             '--disable-setuid-sandbox',
             '--user-data-dir=/tmp',
-            '--enable-logging=stderr'
+            '--enable-logging=stderr',
+            '--disable-web-security',
+            '--disable-features=IsolateOrigins',
+            '--disable-site-isolation-trials'
         ],
         
         userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36',