Lines Matching refs:Netscape

25 Both the regular Netscape cookie protocol and the protocol defined by
27 :rfc:`2109` cookies are parsed as Netscape cookies and subsequently treated
28 either as Netscape or RFC 2965 cookies according to the 'policy' in effect.
29 Note that the great majority of cookies on the Internet are Netscape cookies.
30 :mod:`cookielib` attempts to follow the de-facto Netscape cookie protocol (which
31 differs substantially from that set out in the original Netscape specification),
98 Netscape and RFC 2965 cookies. By default, RFC 2109 cookies (ie. cookies
102 'downgraded' by the :class:`CookieJar` instance to Netscape cookies, by
110 This class represents Netscape, RFC 2109 and RFC 2965 cookies. It is not
126 The specification of the original Netscape cookie protocol. Though this is
127 still the dominant protocol, the 'Netscape cookie protocol' implemented by all
135 The Netscape protocol with the bugs fixed. Uses :mailheader:`Set-Cookie2` in
316 Mozilla ``cookies.txt`` file format (which is also used by the Lynx and Netscape
411 Implement Netscape protocol.
437 Both RFC 2965 and Netscape cookies are covered. RFC 2965 handling is switched
456 tighten up the rather loose Netscape protocol rules a little bit (at the cost of
518 cookie-attribute of 1) to Netscape cookies by setting the version attribute of
544 Netscape protocol strictness switches:
549 Apply RFC 2965 rules on unverifiable transactions even to Netscape cookies.
554 Flags indicating how strict to be with domain-matching rules for Netscape
597 Equivalent to 0 (ie. all of the above Netscape domain strictness flags switched
616 may be 'downgraded' by :mod:`cookielib` from version 1 to version 0 (Netscape)
626 Integer or :const:`None`. Netscape cookies have :attr:`version` 0. RFC 2965 and
628 :mod:`cookielib` may 'downgrade' RFC 2109 cookies to Netscape cookies, in which
686 :mod:`cookielib` may 'downgrade' RFC 2109 cookies to Netscape cookies, in
749 This example illustrates how to open a URL using your Netscape, Mozilla, or Lynx
750 cookies (assumes Unix/Netscape convention for location of the cookies file)::
760 Netscape cookies, and block some domains from setting cookies or having them