зеркало из https://github.com/mozilla/pjs.git
Bug 589403 - Disable warning for mailto and tel in fennec [r=mfinkle]
This commit is contained in:
Родитель
02f6c86039
Коммит
73deb09ce9
|
@ -81,6 +81,10 @@ pref("browser.cache.offline.capacity", 5120); // kilobytes
|
|||
pref("offline-apps.quota.max", 2048); // kilobytes
|
||||
pref("offline-apps.quota.warn", 1024); // kilobytes
|
||||
|
||||
/* protocol warning prefs */
|
||||
pref("network.protocol-handler.warn-external.tel", false);
|
||||
pref("network.protocol-handler.warn-external.mailto", false);
|
||||
|
||||
/* http prefs */
|
||||
pref("network.http.pipelining", true);
|
||||
pref("network.http.pipelining.ssl", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче