mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							8b4a43dda7
						
					
				
				
					commit
					0468159763
				
			| @@ -38,5 +38,6 @@ class TestStartProjectSettings(SimpleTestCase): | ||||
|             self.assertEqual(headers, [ | ||||
|                 b'Content-Length: 0', | ||||
|                 b'Content-Type: text/html; charset=utf-8', | ||||
|                 b'X-Content-Type-Options: nosniff', | ||||
|                 b'X-Frame-Options: SAMEORIGIN', | ||||
|             ]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user