From 0c3d359b46e57a312d7a62c08840117d49c5a914 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Thu, 29 Jan 2026 00:57:30 +0200 Subject: [PATCH] fix(browsers): disable autoplay for all browsers --- scrapling/engines/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapling/engines/constants.py b/scrapling/engines/constants.py index 39e3907..231e0c0 100644 --- a/scrapling/engines/constants.py +++ b/scrapling/engines/constants.py @@ -90,7 +90,7 @@ DEFAULT_STEALTH_FLAGS = ( "--disable-client-side-phishing-detection", "--disable-backgrounding-occluded-windows", "--disable-layer-tree-host-memory-pressure", - "--autoplay-policy=no-user-gesture-required", + "--autoplay-policy=user-gesture-required", "--disable-offer-store-unmasked-wallet-cards", "--disable-blink-features=AutomationControlled", "--disable-component-extensions-with-background-pages",