View | Details | Raw Unified | Return to bug 27975
Collapse All | Expand All

(-)usr/share/univention-system-setup/startxwithfirefox (-1 / +2 lines)
Lines 130-136 Link Here
130
# do not show the "know your rights" popup
130
# do not show the "know your rights" popup
131
echo 'user_pref("browser.rights.3.shown", true);' >> "$profilePath"/prefs.js
131
echo 'user_pref("browser.rights.3.shown", true);' >> "$profilePath"/prefs.js
132
# do not ask for performance reporting
132
# do not ask for performance reporting
133
echo 'user_pref("toolkit.telemetry.prompted", true);' >> "$profilePath"/prefs.js
133
echo 'user_pref("toolkit.telemetry.prompted", 2);' >> "$profilePath"/prefs.js
134
echo 'user_pref("toolkit.telemetry.rejected", true);' >> "$profilePath"/prefs.js
134
# do not store passwords
135
# do not store passwords
135
echo 'user_pref("signon.rememberSignons", false);' >> "$profilePath"/prefs.js
136
echo 'user_pref("signon.rememberSignons", false);' >> "$profilePath"/prefs.js
136
# hide tabbar with only one tab
137
# hide tabbar with only one tab

Return to bug 27975