*cringe* Bug #14928 --> throw the switch for uri loading! With this turned on, all urls which are run through

the webshell will now be run through the uri loader which knows how to dispatch urls based on content.

If any problems do arise, I'm ready to turn it back off again at a moment's notice.
This commit is contained in:
mscott%netscape.com 1999-12-02 07:54:47 +00:00
Родитель 34cd89d967
Коммит 835790a98b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -119,6 +119,8 @@ pref("browser.url_history.URL_13", "");
pref("browser.url_history.URL_14", "");
pref("browser.url_history.URL_15", "");
pref("browser.uriloader", true); // turn new uri loading on by default
pref("browser.personal_toolbar_button.min_chars", 15);
pref("browser.personal_toolbar_button.max_chars", 30);