X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fru%2Fguide_local_storage.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fru%2Fguide_local_storage.html;h=908e42d3bad36d36868090861196a9b9b9dd269f;hp=d91852e03fd53a38af84bb59f49870af082a0df4;hb=ea05bcbc4030638462a0033a77e3187a34456313;hpb=f052d92fe6d33b659038d46ce10b6bc4b743dd20 diff --git a/app/src/main/assets/ru/guide_local_storage.html b/app/src/main/assets/ru/guide_local_storage.html index d91852e0..908e42d3 100644 --- a/app/src/main/assets/ru/guide_local_storage.html +++ b/app/src/main/assets/ru/guide_local_storage.html @@ -43,6 +43,12 @@

Почти все сайты с логинами требуют, чтобы для авторизации пользователя были включены cookie. Именно так они удостоверяются, что это все еще вы, когда переходите со страницы на страницу на сайте, и, на мой взгляд, это единственное законное использование файлов cookie.

+

Android's System WebView treats cookies as an app level setting, meaning that cookies are either on or off for all tabs in Privacy Browser. + The result is that the cookies setting for whatever tab is currently displayed controls the cookies setting for all the background tabs as well. + If you have a tab in that background that has cookies enabled so that you can be logged into a website, and switch to a tab that doesn't have cookies enabled, it disabled cookies for all the tabs. + If the background tab makes a request, for example, to see if there is updated information, that request will be sent without cookies, which will cause the website to log you out. + This is a limitation that will be removed with the release of Privacy WebView in the 4.x series.

+

Если cookie включены и при этом JavaScript отключен, то значок конфиденциальности будет желтого цвета в качестве предупреждения.

@@ -50,10 +56,7 @@

Сторонние файлы cookie устанавливаются фрагментами сайта, которые загружаются с серверов, отличных от указанного в адресной строке. Не существует никаких веских причин для включения сторонних файлов cookie. В Privacy Browser 3.8 эта опция была удалена, и даже Google - планирует отключить ее в будущем. - На устройствах под управлением Android KitKat (версия 4.4, API 19) WebView - не различает - первичные и сторонние файлы cookie. Таким образом, включение файлов cookie приводит и ко включению сторонних cookie.

+ планирует отключить ее в будущем.

DOM-хранилище