mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
Merge branch 'feature/KASM-6299_disable_chrome_nags' into 'develop'
KASM-6299 Disable chrome privacy and search engine nags Closes KASM-6299 See merge request kasm-technologies/internal/workspaces-images!194
This commit is contained in:
commit
b328375581
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
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
|
||||
|
||||
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/
|
||||
cat >>/etc/opt/chrome/policies/managed/default_managed_policy.json <<EOL
|
||||
{"CommandLineFlagSecurityWarningsEnabled": false, "DefaultBrowserSettingEnabled": false}
|
||||
{"CommandLineFlagSecurityWarningsEnabled": false, "DefaultBrowserSettingEnabled": false, "PrivacySandboxPromptEnabled": false}
|
||||
EOL
|
||||
|
||||
# Cleanup for app layer
|
||||
|
Loading…
Reference in New Issue
Block a user