Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FSA (0.18 sec)

  1. src/net/http/cookiejar/jar.go

    		// both are illegal.
    		return "", false, errMalformedDomain
    	}
    
    	domain, isASCII := ascii.ToLower(domain)
    	if !isASCII {
    		// Received non-ASCII domain, e.g. "perché.com" instead of "xn--perch-fsa.com"
    		return "", false, errMalformedDomain
    	}
    
    	if domain[len(domain)-1] == '.' {
    		// We received stuff like "Domain=www.example.com.".
    		// Browsers do handle such stuff (actually differently) but
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top