From c901f4fe81cbe9d5a13ebe707b1b61d057ba4df5 Mon Sep 17 00:00:00 2001 From: QuiteAFancyEmerald <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Wed, 25 Dec 2024 00:39:01 -0800 Subject: [PATCH] fix: github actions fixed hopefully --- proxyServiceValidator.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxyServiceValidator.js b/proxyServiceValidator.js index d657b530..72d6f448 100644 --- a/proxyServiceValidator.js +++ b/proxyServiceValidator.js @@ -142,6 +142,8 @@ const testCommonJSOnPage = async () => { '--enable-features=NetworkService', '--enable-features=ServiceWorker', '--enable-features=InsecureOrigins', + '--no-sandbox', + '--disable-setuid-sandbox', ], headless: true, ignoreHTTPSErrors: true,