diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/README.cookie | 7 | ||||
-rw-r--r-- | doc/README.cookie | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc-jp/README.cookie b/doc-jp/README.cookie index 2865561..8741a5f 100644 --- a/doc-jp/README.cookie +++ b/doc-jp/README.cookie @@ -56,6 +56,7 @@ のように設定します. ・ ドメインに含まれる "." の数が 2 よりも小さいときは不正なクッキーと - 見なされますが cookie_avoid_wrong_number_of_dots で指定されたドメイ - ンはこの制限を受けなくなります。Option Setting Panel の "[wrong - number of dots] を無視するドメイン" で設定できます。 + 見なされます (RFC 2109 4.3.2 参照) が + cookie_avoid_wrong_number_of_dots で指定されたドメインはこの制限を + 受けなくなります。Option Setting Panel の "[wrong number of dots] + を無視するドメイン" で設定できます。 diff --git a/doc/README.cookie b/doc/README.cookie index 98a504b..56cca50 100644 --- a/doc/README.cookie +++ b/doc/README.cookie @@ -38,7 +38,7 @@ cookie support of w3m ・ If the number of "." in domain name is lesser than 2, it is - assumed as invalid cookie, however, you can use - cookie_avoid_wrong_number_of_dots to avoid this restriction. You - can set this in "Domains to avoid [wrong number of dots]" on the - Option Setting Panel. + assumed as invalid cookie (cf. RFC 2109 4.3.2), however, you can + use cookie_avoid_wrong_number_of_dots to avoid this + restriction. You can set this in "Domains to avoid [wrong number + of dots]" on the Option Setting Panel. |