Disable the privacy notice page on first start.

This commit is contained in:
Jocelyn Le Sage 2022-10-07 21:14:02 -04:00
parent f7c185ea27
commit b18027ec44
4 changed files with 7 additions and 1 deletions

2
rootfs/defaults/prefs.js Normal file
View file

@ -0,0 +1,2 @@
// Disable the privacy notice page.
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);