[security] Google улучшает поиск для пользователей Mozilla/Firefox

a10063

Вот прочитал новость и сразу задумался о безопасности...
source
Разработчики Google представили новую возможность в своей поисковой системе для улучшения работы пользователей Firefox и Mozilla.
Реза Бехфоруз (Reza Behforooz инженер из Google, объявил о том, что начиная с минувшей среды поисковая система предварительно загружает страницу, на которую ссылается первый результат поиска, в кэш браузеров на движке Mozilla.
«Теперь Google работает в браузерах Firefox и Mozilla быстрее чем когда-либо, — написал разработчик в блоге. — Когда поиск производится из этих браузеров, от нашей системы следует указание закачивать первый результат поиска заранее, так что, кликнув на него, страница будет грузится значительно быстрее».

leuven

о чем задумался?

Viktory-s

Наверное о том, что у тебя в кеше копаться будут.

leuven

Are there any restrictions on what is prefetched?
Yes, only http:// URLs can be prefetched (http:// URLs are never prefetched for security reasons). Other protocols (such as FTP) do not provide rich enough support for client side caching. In addition to this restriction, URLs with a query string are not prefetched. This is done because such URLs often result in documents that cannot be reused out of the browser's cache, so prefetching them often has little benefit. We found that some existing sites utilize the <link rel="next"> tag with URLs containing query strings to reference the next document in a series of documents. Bugzilla is an example of such a site that does this, and it turns out that the Bugzilla bug reports are not cachable, so prefetching these URLs would nearly double the load on poor Bugzilla! It's easy to imagine other sites being designed like Bugzilla, so we explicitly do not prefetch URLs with query strings. (It might make sense to allow prefetching of these documents when the rel=prefetchrelation type is specified, since this should not appear in any existing content.) There are no other restrictions on the URLs that are prefetched.

leuven

и ещё
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);
We are considering adding UI for this preference (see bug 166648); however, our theory is that if link prefetching needs to be disabled then there must be something wrong with the implementation. We would rather improve the implementation if it does not work correctly, than simply expect users to locate some obscure preference in the preferences UI. Heck, the Mozilla preferences UI is already crowded enough ;-)
Update: By popular demand, Mozilla 1.3+ includes a preference in the UI to disable prefetching. See Preferences->Advanced->Cache to disable prefetching.
Оставить комментарий
Имя или ник:
Комментарий: