mirror of
				https://github.com/uklans/cache-domains
				synced 2025-11-04 13:08:53 +01:00 
			
		
		
		
	Deprecate mixed-content
This commit is contained in:
		
							parent
							
								
									1070c8f0b8
								
							
						
					
					
						commit
						2dd90a6cce
					
				@ -17,7 +17,6 @@ There is a cache_domains.json file to define CDNs and additional meta deta with
 | 
				
			|||||||
	- name: shortname for the cache domain. Should match `^[0-9A-Za-z]$`
 | 
						- name: shortname for the cache domain. Should match `^[0-9A-Za-z]$`
 | 
				
			||||||
	- description: a longer description to aid others in identifying what this domain does (not all users of this repo will want to enable all caches)
 | 
						- description: a longer description to aid others in identifying what this domain does (not all users of this repo will want to enable all caches)
 | 
				
			||||||
	- notes: implementation specific notes which may be useful for other users
 | 
						- notes: implementation specific notes which may be useful for other users
 | 
				
			||||||
	- mixed_content: true if this domain hosts mixed https and http content (a straight dns injection is unlikely to work in this case). Assumed to be false if undefined
 | 
					 | 
				
			||||||
	- domain_files: array of files within the repo assosciated to the cdn. Most cdn's only need one file
 | 
						- domain_files: array of files within the repo assosciated to the cdn. Most cdn's only need one file
 | 
				
			||||||
	- Example domain entry for origin
 | 
						- Example domain entry for origin
 | 
				
			||||||
```json
 | 
					```json
 | 
				
			||||||
@ -27,7 +26,6 @@ There is a cache_domains.json file to define CDNs and additional meta deta with
 | 
				
			|||||||
			"name": "origin",
 | 
								"name": "origin",
 | 
				
			||||||
			"description": "CDN for origin",
 | 
								"description": "CDN for origin",
 | 
				
			||||||
			"notes": "Should be enabled for HTTP traffic only or with a HTTPS proxy else origin client download fails",
 | 
								"notes": "Should be enabled for HTTP traffic only or with a HTTPS proxy else origin client download fails",
 | 
				
			||||||
			"mixed_content": true,
 | 
					 | 
				
			||||||
			"domain_files": ["origin.txt"]
 | 
								"domain_files": ["origin.txt"]
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
 | 
				
			|||||||
@ -23,8 +23,7 @@
 | 
				
			|||||||
		{
 | 
							{
 | 
				
			||||||
			"name": "epicgames",
 | 
								"name": "epicgames",
 | 
				
			||||||
			"description": "CDN for Epic Games",
 | 
								"description": "CDN for Epic Games",
 | 
				
			||||||
			"domain_files": ["epicgames.txt"],
 | 
								"domain_files": ["epicgames.txt"]
 | 
				
			||||||
			"mixed_content": true
 | 
					 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			"name": "frontier",
 | 
								"name": "frontier",
 | 
				
			||||||
@ -49,14 +48,12 @@
 | 
				
			|||||||
		{
 | 
							{
 | 
				
			||||||
			"name": "nintendo",
 | 
								"name": "nintendo",
 | 
				
			||||||
			"description": "CDN for Nintendo consoles and download servers",
 | 
								"description": "CDN for Nintendo consoles and download servers",
 | 
				
			||||||
			"domain_files": ["nintendo.txt"],
 | 
								"domain_files": ["nintendo.txt"]
 | 
				
			||||||
			"mixed_content": true
 | 
					 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			"name": "origin",
 | 
								"name": "origin",
 | 
				
			||||||
			"description": "CDN for origin",
 | 
								"description": "CDN for origin",
 | 
				
			||||||
			"notes": "Should be enabled for HTTP traffic only or with a HTTPS proxy else origin client download fails",
 | 
								"notes": "Should be enabled for HTTP traffic only or with a HTTPS proxy else origin client download fails",
 | 
				
			||||||
			"mixed_content": true,
 | 
					 | 
				
			||||||
			"domain_files": ["origin.txt"]
 | 
								"domain_files": ["origin.txt"]
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
@ -92,7 +89,6 @@
 | 
				
			|||||||
		{
 | 
							{
 | 
				
			||||||
			"name": "teso",
 | 
								"name": "teso",
 | 
				
			||||||
			"description": "CDN for The Elder Scrolls Online",
 | 
								"description": "CDN for The Elder Scrolls Online",
 | 
				
			||||||
			"mixed_content": true,
 | 
					 | 
				
			||||||
			"domain_files": ["teso.txt"]
 | 
								"domain_files": ["teso.txt"]
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
@ -118,8 +114,7 @@
 | 
				
			|||||||
		{
 | 
							{
 | 
				
			||||||
			"name": "xboxlive",
 | 
								"name": "xboxlive",
 | 
				
			||||||
			"description": "CDN for xboxlive",
 | 
								"description": "CDN for xboxlive",
 | 
				
			||||||
			"domain_files": ["xboxlive.txt"],
 | 
								"domain_files": ["xboxlive.txt"]
 | 
				
			||||||
			"mixed_content": true
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user