]> git.eshelyaron.com Git - emacs.git/commitdiff
; Document sending extra HTTP headers in NEWS
authorStefan Kangas <stefankangas@gmail.com>
Sun, 17 Dec 2023 17:59:38 +0000 (18:59 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 21 Dec 2023 20:52:38 +0000 (21:52 +0100)
* etc/NEWS: Note how to send email address in HTTP requests.
This change was requested in:
https://lists.gnu.org/r/emacs-devel/2023-12/msg00500.html

(cherry picked from commit 4fc2fcb37d62748ef5fbaeddde91447de69bf2a6)

etc/NEWS

index fff340418155dacd4ae3e6f8ed1229556e3a436d..a3b2bcac802891aaf43f238b37018a249730c62e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -73,9 +73,13 @@ more details.
 Emacs never sent email addresses by default, but it used to be
 possible to customize 'url-privacy-level' so that the users email
 address was sent along in HTTP requests.  This feature has now been
-removed, as it was considered more risky than useful.  The user option
+removed, as it was considered more dangerous than useful.  RFC 9110
+(ยง 10.1.2) also recommends against it.  The user option
 'url-personal-mail-address' is now also obsolete.
 
+To send an email address in the header of individual HTTP requests,
+see the variable `url-request-extra-headers'.
+
 \f
 * Changes in Emacs 30.1