diff options
| author | Lars Magne Ingebrigtsen | 2012-04-10 03:57:45 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2012-04-10 03:57:45 +0200 |
| commit | 9ea49b28ab86d5207553d0827e1209276d03cd72 (patch) | |
| tree | e524549c208a3bd69af0a256127463332f1e607c /lisp/url/ChangeLog | |
| parent | 263f20cd0a60e791e14ead267b5aefe7ad3e2dea (diff) | |
| download | emacs-9ea49b28ab86d5207553d0827e1209276d03cd72.tar.gz emacs-9ea49b28ab86d5207553d0827e1209276d03cd72.zip | |
Add a policy list of domains that url.el can set cookies for
* etc/publicsuffix.txt: New file.
* lisp/url/url-cookie.el (url-cookie-two-dot-domains): Remove.
(url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p'
instead of the variable above.
Fixes: debbugs:1401
Diffstat (limited to 'lisp/url/ChangeLog')
| -rw-r--r-- | lisp/url/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index d6e25188c69..4c9635f8ecf 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * url-domsurf.el: New file (bug#1401). | ||
| 4 | |||
| 5 | * url-cookie.el (url-cookie-two-dot-domains): Remove. | ||
| 6 | (url-cookie-host-can-set-p): Use `url-domsuf-cookie-allowed-p' | ||
| 7 | instead of the variable above. | ||
| 8 | |||
| 1 | 2012-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 | 2012-03-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 10 | ||
| 3 | * url-queue.el (url-queue-kill-job): Check whether the buffer has | 11 | * url-queue.el (url-queue-kill-job): Check whether the buffer has |