Новости | FAQ | Авторы | Документация | В действии | Библиотека |
Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Misha v.3 24.12.2003 12:15
…User agents may choose to…http://www.mozilla.org/projects/netlib/Link_Prefetching_FAQ.html
…Are there any restrictions on what is prefetched?могу конечно добавить X-moz: prefetch в заголовок, но по моему незачем это, т.к. ни мозила, ни опера не делают prefetch в форуме (на всякий случай посмотрел в логах)
…we explicitly do not prefetch URLs with query strings…
…
Is there a preference to disable link prefetching?
Yes, there is a hidden preference that you can set to disable link prefetching. Add this line to your prefs.js file located in your Mozilla profile directory:
user_pref("network.prefetch-next", false);
…
Update: By popular demand, Mozilla 1.3+ includes a preference in the UI to disable prefetching. See Preferences->Advanced->Cache to disable prefetching.…