X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fguide_local_storage.html;h=fc8b9d40db22102df2e9507186143de6de464a9f;hp=c0eeaaee4176b2d4521688569cd759054bf8ccd6;hb=2c8e83a7d1a044a5186020ac17d3cefb22b7f330;hpb=c3c399fcc6ada5f970e3d75102ad8e61303903a0 diff --git a/app/src/main/assets/en/guide_local_storage.html b/app/src/main/assets/en/guide_local_storage.html index c0eeaaee..fc8b9d40 100644 --- a/app/src/main/assets/en/guide_local_storage.html +++ b/app/src/main/assets/en/guide_local_storage.html @@ -23,7 +23,7 @@ color: 0D4781; } - img { + img.title { vertical-align: bottom; height: 32; width: 32; @@ -32,7 +32,7 @@ -

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.

@@ -55,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 @@ -84,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.