mirror of
				https://git.sr.ht/~cadence/cloudtube
				synced 2025-10-27 19:59:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| extends includes/layout.pug
 | |
| 
 | |
| block head
 | |
|   title Privacy policy
 | |
| 
 | |
| block content
 | |
|   main.privacy-page
 | |
|     h1 Privacy policy
 | |
|     p This document contains details about the data this website collects, what it is used for, how it is stored, how it is shared, and how it can be removed.
 | |
|     h2 Data collected
 | |
|     h3 Data provided by you
 | |
|     p CloudTube will store this information when you personally enter it into the site:
 | |
|     ul
 | |
|       li personal settings
 | |
|       li list of channels you have subscribed to
 | |
|       li list of videos you have watched (only if enabled in settings)
 | |
|     h3 Data collected passively
 | |
|     p When your device requests any resource from CloudTube, this information about the request may be stored for up to 14 days:
 | |
|     ul
 | |
|       li the time the request was made
 | |
|       li the IP address
 | |
|       li the requested URL
 | |
|       li the response status code
 | |
|     h2 Accounts and cookies
 | |
|     p CloudTube does not allow users to create accounts.
 | |
|     p The first time a user personally provides data to the site, such as changing settings or subscribing to a channel, an ephemeral session is created and linked to a cookie.
 | |
|     p On future visits, this cookie will be used to look up the session, and provide a response based on that stored information.
 | |
|     p As described above, no personally identifiable information is linked to sessions.
 | |
|     p If the user never personally provides data to the site, no cookie will be stored.
 | |
|     h2 What the data is used for
 | |
|     ul
 | |
|       li providing the core service
 | |
|       li providing information for debugging
 | |
|     h2 How the data is shared
 | |
|     h3 With YouTube
 | |
|     p YouTube is a company owned by Google, Inc. CloudTube displays information from YouTube.
 | |
|     p When you perform a query on CloudTube that requires data from YouTube, such as making a search or loading a video, your query is forwarded to YouTube.
 | |
|     p For example, when searching, YouTube receives a query for those search terms, and when watching a video, YouTube receives a page load for that video.
 | |
|     p When watching a video, your browser connects to googlevideo.com directly to request the video stream. This connection, and any data stored by YouTube as a result, is subject to #[a(href="https://policies.google.com/privacy") Google's privacy policy].
 | |
|     p All other queries are forwarded to your selected Invidious instance, which forwards them to YouTube. YouTube does not receive any metadata about you for these queries, only the query itself.
 | |
|     h3 With other organisations
 | |
|     p CloudTube does not share any data with other people or organisations.
 | |
|     h2 How to delete your data
 | |
|     p #[a(href="/settings") Visit the settings page] and find the "delete data" section. Read the text.
 | |
|     p To delete your data, check "I understand the consequences", then click "permanently erase my data".
 | |
|     p This will erase all of your data from the server, and delete the unique cookie from your web browser.
 | 
