]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/pt-rBR/guide_local_storage.html
Bump target API to 33. https://redmine.stoutner.com/issues/902
[PrivacyBrowserAndroid.git] / app / src / main / assets / pt-rBR / guide_local_storage.html
index 030dea0794ee7fd8fe2603ccda23a0bb4c792066..2523f75a54bffbf73332028d815ed8c8de0eff23 100644 (file)
@@ -45,7 +45,7 @@
         <p>Quase todos os sites com logins exigem que os cookies sejam ativados para o login do usuário.
             É assim que eles se certificam de que ainda é você conforme você passa de uma página para outra no site, e é, na minha opinião, o único uso legítimo para cookies.</p>
 
-        <p>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.
+        <p>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.