fix(browsers): disable autoplay for all browsers

This commit is contained in:
Karim shoair
2026-01-29 00:57:30 +02:00
parent 90c52c45c7
commit 0c3d359b46
+1 -1
View File
@@ -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",