update url to spec (closes #20018)

This commit is contained in:
Benjamin Peterson 2013-12-18 15:35:18 -06:00
parent b1792d9503
commit ccedc22769
1 changed files with 1 additions and 1 deletions

View File

@ -1981,7 +1981,7 @@ class MozillaCookieJar(FileCookieJar):
magic_re = re.compile("#( Netscape)? HTTP Cookie File")
header = """\
# Netscape HTTP Cookie File
# http://www.netscape.com/newsref/std/cookie_spec.html
# http://curl.haxx.se/rfc/cookie_spec.html
# This is a generated file! Do not edit.
"""