X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_local_storage.html;fp=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_local_storage.html;h=55764cbeaddfea9a59893aa428f282aa32c58694;hp=a1ccf604e502a8b6fc1da9e353f89fa8f9dfb74e;hb=a9cc33fde503c6c8b0a870e0a5d4287e38a4f696;hpb=74e8a8368db991ee511c216a298c4ff5201f41de diff --git a/app/src/main/assets/en/guide_local_storage.html b/app/src/main/assets/en/guide_local_storage.html index a1ccf604..55764cbe 100644 --- a/app/src/main/assets/en/guide_local_storage.html +++ b/app/src/main/assets/en/guide_local_storage.html @@ -1,7 +1,7 @@ - + + Local Storage @@ -49,7 +50,7 @@ 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.

-

If cookies are enabled but JavaScript is disabled, the privacy icon will be yellow as a warning.

+

If cookies are enabled but JavaScript is disabled, the privacy icon will be yellow Warning as a warning.

Third-Party Cookies

@@ -66,18 +67,10 @@ Rather, it uses JavaScript to read and write data, which means it does not function when JavaScript is disabled.

-

Form Data

- -

Form data contains information typed into web forms, like usernames, addresses, phone numbers, etc., and lists them in a drop-down box on future visits. - Unlike the other forms of local storage, form data is not sent to the web server without specific user interaction. Beginning in Android Oreo (version 8.0, API 26), - WebView’s form data was replaced by the Autofill service. - As such, controls for form data no longer appear on newer Android devices.

- -

Clear and Exit

Clear and Exit runs every time the last tab is closed or Clear and Exit is selected from the navigation menu. By default it clears the cookies, DOM storage, form data, the logcat, and the WebView cache. Then it manually deletes the entire app_webview and cache directories. The behavior of Clear and Exit can be configured in the settings.

- \ No newline at end of file +