summaryrefslogtreecommitdiffstats
path: root/core/modules/kiosk-chromium
diff options
context:
space:
mode:
authorJonathan Bauer2019-05-06 10:30:02 +0200
committerJonathan Bauer2019-05-06 10:30:02 +0200
commit7f052da38c0f6ebe59c8753d97f8d76215712bac (patch)
treee36eb657c6341297625fe420e9893a71c953bef2 /core/modules/kiosk-chromium
parent[xscreensaver] Disable lockTimeout just to be safe (diff)
downloadmltk-7f052da38c0f6ebe59c8753d97f8d76215712bac.tar.gz
mltk-7f052da38c0f6ebe59c8753d97f8d76215712bac.tar.xz
mltk-7f052da38c0f6ebe59c8753d97f8d76215712bac.zip
[kiosk-chromium] disable autofill for kiosks
Diffstat (limited to 'core/modules/kiosk-chromium')
-rw-r--r--core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-chromium-policies5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-chromium-policies b/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-chromium-policies
index 31aec39f..9e60d7fa 100644
--- a/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-chromium-policies
+++ b/core/modules/kiosk-chromium/data/opt/openslx/scripts/systemd-setup_kiosk.d/00-chromium-policies
@@ -19,13 +19,14 @@ chromium_policies() {
cat <<- EOF > "$chromium_policy_file"
{
+ "AutoFillEnabled": false,
"BackgroundModeEnabled": false,
"BookmarkBarEnabled": $bookmarkbar,
"DefaultBrowserSettingEnabled": true,
"DownloadRestrictions": 3,
+ "PasswordManagerEnabled": false,
"ShowAppsShortcutInBookmarkBar": false,
- "TranslateEnabled": false,
- "PasswordManagerEnabled": false
+ "TranslateEnabled": false
}
EOF
}