File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -555,12 +555,6 @@ Netscape protocol strictness switches:
555555 Apply :rfc: `2965 ` rules on unverifiable transactions even to Netscape cookies.
556556
557557
558- .. attribute :: DefaultCookiePolicy.strict_ns_domain
559-
560- Flags indicating how strict to be with domain-matching rules for Netscape
561- cookies. See below for acceptable values.
562-
563-
564558.. attribute :: DefaultCookiePolicy.strict_ns_set_initial_dollar
565559
566560 Ignore cookies in Set-Cookie: headers that have names starting with ``'$' ``.
@@ -570,9 +564,15 @@ Netscape protocol strictness switches:
570564
571565 Don't allow setting cookies whose path doesn't path-match request URI.
572566
573- :attr: `strict_ns_domain ` is a collection of flags. Its value is constructed by
574- or-ing together (for example, ``DomainStrictNoDots|DomainStrictNonDomain `` means
575- both flags are set).
567+
568+ .. attribute :: DefaultCookiePolicy.strict_ns_domain
569+
570+ Flags indicating how strict to be with domain-matching rules for Netscape
571+ cookies.
572+
573+ :attr: `strict_ns_domain ` is a collection of flags. The acceptable value is
574+ constructed by or-ing together (for example,
575+ ``DomainStrictNoDots|DomainStrictNonDomain `` means both flags are set).
576576
577577
578578.. attribute :: DefaultCookiePolicy.DomainStrictNoDots
You can’t perform that action at this time.
0 commit comments