mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-13 15:00:42 -08:00
; Document sending extra HTTP headers in NEWS
* 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
This commit is contained in:
parent
678a594f4f
commit
4fc2fcb37d
1 changed files with 5 additions and 1 deletions
6
etc/NEWS
6
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'.
|
||||
|
||||
|
||||
* Changes in Emacs 30.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue