Hi
Im trying to create a deployable configuration for Firefox ESR. So far so good but I cannot suppress the "Import settings from another browser" dialog. What I tried so far:
pref("profile.confirm_automigration", true);
pref("profile.migration_behavior", 0);
pref("profile.migration_directory", "");
pref("network.cookie.prefsMigrated", true);
pref("profile.allow_automigration", true);
Any ideas?