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=c0eeaaee4176b2d4521688569cd759054bf8ccd6;hp=ae110a6b4a92227a8662a132afb0e2659a3351c5;hb=826776d415157b99701dd19d2713a60db6fefe2c;hpb=59ce7ee862a672c569637f873af95e13b619906f diff --git a/app/src/main/assets/en/guide_local_storage.html b/app/src/main/assets/en/guide_local_storage.html index ae110a6b..c0eeaaee 100644 --- a/app/src/main/assets/en/guide_local_storage.html +++ b/app/src/main/assets/en/guide_local_storage.html @@ -18,15 +18,21 @@ - + -

First-Party Cookies

+

First-Party Cookies

Cookies can be divided into two types. First-party cookies are cookies set by the website in the URL bar at the top of the page.

@@ -49,7 +55,7 @@ as a warning.

-

Third-Party Cookies

+

Third-Party Cookies

Third-party cookies are set by portions of a website that are loaded from servers different from the URL at the top of the page. For example, most website that have advertisements load them from a third-party ad broker, like Google's @@ -78,14 +84,14 @@ between first-party and third-party cookies. Thus, enabling first-party cookies will also enable third-party cookies.

-

DOM Storage

+

DOM Storage

Document Object Model storage, also known as web storage, is like cookies on steroids. Whereas the maximum combined storage size for all cookies from a single URL is 4 kilobytes, DOM storage can hold between 5-25 megabytes per site. Because DOM storage uses JavaScript to read and write data, enabling it will do nothing unless JavaScript is also enabled.

-

Form Data

+

Form Data

Form data contains information typed into web forms, like user names, 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.