diff --git a/browser-service/src/core/browser.py b/browser-service/src/core/browser.py index 5b3330e..d2e8539 100644 --- a/browser-service/src/core/browser.py +++ b/browser-service/src/core/browser.py @@ -30,7 +30,9 @@ args=[ '--no-sandbox', '--disable-setuid-sandbox', - '--disable-blink-features=AutomationControlled' + '--disable-blink-features=AutomationControlled', + '--disable-dev-shm-usage', + '--disable-gpu' ] ) logger.info("Playwright initialized and Chromium launched with stealth args.")