alphabetize

This commit is contained in:
Sean Buckley 2021-11-10 13:06:36 -05:00
parent aae6920c41
commit ee54c61eda

View file

@ -56,11 +56,11 @@ with lib;
DisableFormHistory = true; DisableFormHistory = true;
SearchSuggestEnabled = false; SearchSuggestEnabled = false;
Preferences = { Preferences = {
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
"browser.contentblocking.category" = { Status = "locked"; Value = "strict"; }; "browser.contentblocking.category" = { Status = "locked"; Value = "strict"; };
"browser.zoom.siteSpecific" = { Status = "locked"; Value = false; };
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
"media.setsinkid.enabled" = { Status = "locked"; Value = true; }; #GoogleVoice "media.setsinkid.enabled" = { Status = "locked"; Value = true; }; #GoogleVoice
"network.IDN_show_punycode" = { Status = "locked"; Value = true; }; "network.IDN_show_punycode" = { Status = "locked"; Value = true; };
"browser.zoom.siteSpecific" = { Status = "locked"; Value = false; };
}; };
}; };
}) })