+
+
+ Delete, allow, and manage cookies in Chrome
+
+
+
+
+
+
Delete, allow, and manage cookies in Chrome
+
You can choose to delete existing cookies, allow or block third-party cookies, and set preferences for certain websites.
-Python samples for [Google Cloud Platform products][cloud].
+
+
Understand cookies
+
Cookies are files created by websites you visit. By saving information about your visit, they make your online experience easier. For example, sites can keep you signed in, remember your site preferences, and give you locally relevant content.
+
There are 2 types of cookies:
+
+
First-party cookies: Created by the site you visit. The site is shown in the address bar.
+
Third-party cookies: Created by other sites. A site you visit can embed content from other sites, for example images, ads, and text. Any of these sites can use third-party cookies to personalize content and ads, and learn about actions you take on other sites.
+
+
+ Tip: Some sites may prompt you to accept or reject cookies.
+
+
There are other ways that sites can personalize content and ads. Features like ad topics and site-suggested ads in Chrome allow sites to show you personalized content. These features limit what sites and their partners can learn about you. Learn more about managing these features.
-## Google Cloud Samples
+
-Check out some of the samples found on this repository on the [Google Cloud Samples](https://cloud.google.com/docs/samples?l=python) page.
+
+
+ Android
+ Computer
+ iPhone & iPad
+
-## Setup
+
+
Delete all cookies
+
+ Important: If you delete cookies, you may get signed out of sites that remember you. Your saved preferences can also be deleted. This applies whenever a cookie is deleted.
+
+
+
On your Android device, open Chrome Chrome.
+
At the top right, tap MoreโฎSettings.
+
Tap Privacy and security > Delete browsing data.
+
Next to "Time range," from the dropdown menu, choose the browsing data time range you want to delete:
+
+
Last 15 minutes
+
Last hour
+
Last 24 hours
+
Last 7 days
+
Last 4 weeks
+
All time
+
+
+
Check Cookies and site data.
+
Check other items you want to delete.
+
To confirm, tap Delete data.
+
-1. Install [`pip` and `virtualenv`][cloud_python_setup] if you do not already have them.
+
+
Delete cookies from a single site
+
+
On your Android device, open Chrome Chrome.
+
Go to a website.
+
At the top left of the address bar, tap Page info๐ > Cookies and site data.
Allow third-party cookies temporarily for a specific site
+
If you block third-party cookies, some sites may not work as you expected. You can temporarily allow third-party cookies for a specific site you visit.
+
+
On your Android device, open Chrome Chrome.
+
In the address bar, at the top left:
+
+
To allow third-party cookies: Tap Page info๐ > Cookies and site data and turn on Third-party cookies.
+
To block third-party cookies: Tap Page info๐ > Cookies and site data and turn off Third-party cookies.
+
+
+
+
+ Tips:
+
+
This option is only temporary and only for the site youโre on.
+
Sites get added to the exception list automatically.
+
If you temporarily allow third-party cookies on a site, that setting carries over into Incognito mode and you can't reset it from Incognito mode.
+
+
-1. Obtain authentication credentials.
+
+
Allow related sites to access your activity
+
A company can define a group of sites that are related to each other. For example, a company might want to keep you signed in as you move between acme-music.example and acme-video.example.
+
+
If you allow third-party cookies: Allows related sites to access your activity to personalize content or keep you signed in across sites.
+
If you block third-party cookies: It often prevents this kind of connection between sites. You can block third-party cookies while you allow sites in the same group to improve your experience.
To allow related sites to find your activity within the group:
+
+
On your Android device, open Chrome Chrome.
+
At the top right, tap MoreโฎSettings.
+
Tap Privacy and security > Third-party cookies > Block third-party cookies.
+
Tap the arrow next to "Block third-party cookies."
+
Turn Allow related sites to see your activity in the group on or off.
+
+
To show related sites in the same group:
+
+
On your Android device, open Chrome Chrome.
+
At the top right, tap MoreโฎSettings.
+
Tap Site settings > All sites.
+
Choose a site.
+
Under โSites under [website link],โ find sites in the same group.
+
- Create local credentials by running the following command and following the
- oauth2 flow (read more about the command [here][auth_command]):
+
- ```
- gcloud auth application-default login
- ```
+
+