From 54c454eb7d368dc3e682a2e5bf05d84827b5b458 Mon Sep 17 00:00:00 2001 From: urielCh Date: Sat, 6 Apr 2019 23:13:21 +0300 Subject: [PATCH] add disable-accelerated-video disable-3d-apis --- conf/chrome.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/chrome.sh b/conf/chrome.sh index 5eb8d73..56ab38a 100755 --- a/conf/chrome.sh +++ b/conf/chrome.sh @@ -3,8 +3,11 @@ [ -f /run/secrets/URL ] && URL="$(cat /run/secrets/URL)" URL="${URL:-https://www.docker.com/}" # /usr/bin/google-chrome-stable -/usr/bin/chromium-browser \ +/usr/bin/chromium-browser ${EXTRA_CHROME_OPTION} \ + --purge-memory-button \ --clear-token-service \ + --disable-3d-apis \ + --disable-accelerated-video \ --disable-background-mode \ --disable-gpu \ --disable-infobars \