Commit ec0cba0f authored by Patrick McManus's avatar Patrick McManus
Browse files

Bug 1260491 - Disable autodial via pref r=dragana

--HG--
extra : rebase_source : 67ebce9e8adcdbd8b8ee515087a74be2fd1b1eaf
parent f57e60c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3257,7 +3257,7 @@ pref("plugin.mousewheel.enabled", true);

// Help Windows NT, 2000, and XP dialup a RAS connection
// when a network address is unreachable.
pref("network.autodial-helper.enabled", true);
pref("network.autodial-helper.enabled", false);

// Switch the keyboard layout per window
pref("intl.keyboard.per_window_layout", false);