Created
June 9, 2025 05:51
-
-
Save alexmercerind/bf8be89c9d42a8e6638b1a26ebbdee94 to your computer and use it in GitHub Desktop.
Chromium Flags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--aggressive-cache-discard \ | |
--autoplay-policy=user-gesture-required \ | |
--disable-application-cache \ | |
--disable-background-networking \ | |
--disable-background-timer-throttling \ | |
--disable-backgrounding-occluded-windows \ | |
--disable-cache \ | |
--disable-client-side-phishing-detection \ | |
--disable-component-extensions-with-background-pages \ | |
--disable-component-update \ | |
--disable-default-apps \ | |
--disable-dev-profile \ | |
--disable-extensions \ | |
--disable-gpu-shader-disk-cache \ | |
--disable-gpu \ | |
--disable-infobars \ | |
--disable-notifications \ | |
--disable-offline-load-stale-cache \ | |
--disable-plugins \ | |
--disable-setuid-sandbox \ | |
--disable-sync \ | |
--disable-translate \ | |
--disk-cache-size=0 \ | |
--headless \ | |
--media-cache-size=0 \ | |
--mute-audio \ | |
--no-default-browser-check \ | |
--no-experiments \ | |
--no-sandbox \ | |
--no-zygote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment