mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[3.2.x] Fixed note about ISP caching in docs.
Regression in7aabd62380. Backport of31b6ce9ff9from main
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							d5c675ac7c
						
					
				
				
					commit
					a0782f50d4
				
			| @@ -1144,11 +1144,13 @@ the request reaches your website. | ||||
|  | ||||
| Here are a few examples of downstream caches: | ||||
|  | ||||
| * Your ISP may cache certain pages, so if you requested a page from | ||||
|   https://example.com/, your ISP would send you the page without having to | ||||
|   access example.com directly. The maintainers of example.com have no | ||||
|   knowledge of this caching; the ISP sits between example.com and your Web | ||||
|   browser, handling all of the caching transparently. | ||||
| * When using HTTP, your :abbr:`ISP (Internet Service Provider)` may cache | ||||
|   certain pages, so if you requested a page from ``http://example.com/``, your | ||||
|   ISP would send you the page without having to access example.com directly. | ||||
|   The maintainers of example.com have no knowledge of this caching; the ISP | ||||
|   sits between example.com and your Web browser, handling all of the caching | ||||
|   transparently. Such caching is not possible under HTTPS as it would | ||||
|   constitute a man-in-the-middle attack. | ||||
|  | ||||
| * Your Django website may sit behind a *proxy cache*, such as Squid Web | ||||
|   Proxy Cache (http://www.squid-cache.org/), that caches pages for | ||||
|   | ||||
		Reference in New Issue
	
	Block a user