Bug 1260491 - Disable autodial via pref r=dragana

--HG--
extra : rebase_source : 67ebce9e8adcdbd8b8ee515087a74be2fd1b1eaf
This commit is contained in:
Patrick McManus 2016-03-23 17:48:59 -04:00
parent f57e60c641
commit ec0cba0fc1

View File

@ -3257,7 +3257,7 @@ pref("plugin.mousewheel.enabled", true);
// Help Windows NT, 2000, and XP dialup a RAS connection // Help Windows NT, 2000, and XP dialup a RAS connection
// when a network address is unreachable. // when a network address is unreachable.
pref("network.autodial-helper.enabled", true); pref("network.autodial-helper.enabled", false);
// Switch the keyboard layout per window // Switch the keyboard layout per window
pref("intl.keyboard.per_window_layout", false); pref("intl.keyboard.per_window_layout", false);