Fix #94 Move static prefs to mobile-config-prefs.js
- Apr 03, 2025
-
-
Danny Colin authored
We only want to keep preferences needed to load our autoconfig file in the static mobile-config-prefs.js file. For that, we are moving the extra preferences to our set_default_prefs function in mobile-config-autoconfig.js. One small caveat, we had to keep the preferences in the static file because it was not set correctly when starting Firefox. This will be done in a follow-up MR. Part-of: !69
-