gh-101100: Fix references in `http.cookiejar` docs (GH-136238)
(cherry picked from commit
f0c7344a8fbfe67c05981cce67562e7facfae73d)
Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
Don't allow setting cookies whose path doesn't path-match request URI.
-:attr:`strict_ns_domain` is a collection of flags. Its value is constructed by
+:attr:`~DefaultCookiePolicy.strict_ns_domain` is a collection of flags. Its value is constructed by
or-ing together (for example, ``DomainStrictNoDots|DomainStrictNonDomain`` means
both flags are set).