mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
KASM-6299 Disable chrome privacy and search engine nags
This commit is contained in:
parent
8bd2c94f6b
commit
399fa3dcf2
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
CHROME_ARGS="--password-store=basic --no-sandbox --ignore-gpu-blocklist --user-data-dir --no-first-run --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'"
|
CHROME_ARGS="--password-store=basic --no-sandbox --ignore-gpu-blocklist --user-data-dir --no-first-run --disable-search-engine-choice-screen --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT'"
|
||||||
CHROME_VERSION=$1
|
CHROME_VERSION=$1
|
||||||
|
|
||||||
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
|
||||||
@ -103,7 +103,7 @@ fi
|
|||||||
|
|
||||||
mkdir -p /etc/opt/chrome/policies/managed/
|
mkdir -p /etc/opt/chrome/policies/managed/
|
||||||
cat >>/etc/opt/chrome/policies/managed/default_managed_policy.json <<EOL
|
cat >>/etc/opt/chrome/policies/managed/default_managed_policy.json <<EOL
|
||||||
{"CommandLineFlagSecurityWarningsEnabled": false, "DefaultBrowserSettingEnabled": false}
|
{"CommandLineFlagSecurityWarningsEnabled": false, "DefaultBrowserSettingEnabled": false, "PrivacySandboxPromptEnabled": false}
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
# Cleanup for app layer
|
# Cleanup for app layer
|
||||||
|
Loading…
Reference in New Issue
Block a user