X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FCookie.php;h=ecf4667d155d52c4f6dded16ef4c312ab832f283;hb=f3779e067fa6afaaf1de54f9e7cf2554b64261ad;hp=1b22c0e5c734f9f56c40a223bdacbcbc0a1c4ca5;hpb=27126ae0c162a66fe9f967f38ff96c840aee81ee;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Cookie.php b/includes/Cookie.php index 1b22c0e5c7..ecf4667d15 100644 --- a/includes/Cookie.php +++ b/includes/Cookie.php @@ -82,7 +82,8 @@ class Cookie { * http://publicsuffix.org/ * * @todo fixme fails to detect 3-letter top-level domains - * @todo fixme fails to detect 2-letter top-level domains for single-domain use (probably not a big problem in practice, but there are test cases) + * @todo fixme fails to detect 2-letter top-level domains for single-domain use (probably + * not a big problem in practice, but there are test cases) * * @param string $domain the domain to validate * @param string $originDomain (optional) the domain the cookie originates from