mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	Replacing 'HTTP' by 'HTTPS' for securing links (#2591)
Currently, there are some links that we access with **HTTP**, it is redirected to **HTTPS** automatically. So this commit aims to replace **http://...** by **https://...** for security. Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com> Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
This commit is contained in:
		| @@ -10,7 +10,7 @@ import ( | ||||
| // >0 when a is larger than b. | ||||
| // The function orders names in DNSSEC canonical order: RFC 4034s section-6.1 | ||||
| // | ||||
| // See http://bert-hubert.blogspot.co.uk/2015/10/how-to-do-fast-canonical-ordering-of.html | ||||
| // See https://bert-hubert.blogspot.co.uk/2015/10/how-to-do-fast-canonical-ordering-of.html | ||||
| // for a blog article on this implementation, although here we still go label by label. | ||||
| // | ||||
| // The values of a and b are *not* lowercased before the comparison! | ||||
|   | ||||
		Reference in New Issue
	
	Block a user