unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: trunk r118293: url-http.el: introduce url-user-agent
       [not found] <E1Xm36R-0004X8-IM@vcs.savannah.gnu.org>
@ 2014-11-05 16:23 ` Lars Magne Ingebrigtsen
  2014-11-05 16:56   ` Ted Zlatanov
  2014-11-06  1:32   ` raman
  0 siblings, 2 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2014-11-05 16:23 UTC (permalink / raw)
  To: Ted Zlatanov; +Cc: emacs-devel

Teodor Zlatanov <tzz@lifelogs.com> writes:

> +(defcustom url-user-agent (format "User-Agent: %sURL/%s\r\n"
> +				  (if url-package-name
> +				      (concat url-package-name "/"
> +					      url-package-version " ")
> +				    "") url-version)

Last time this was suggested, the discussion concluded with the decision
not to add this, since this is information leakage that helps track
users.

I think.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: trunk r118293: url-http.el: introduce url-user-agent
  2014-11-05 16:23 ` trunk r118293: url-http.el: introduce url-user-agent Lars Magne Ingebrigtsen
@ 2014-11-05 16:56   ` Ted Zlatanov
  2014-11-06  1:32   ` raman
  1 sibling, 0 replies; 3+ messages in thread
From: Ted Zlatanov @ 2014-11-05 16:56 UTC (permalink / raw)
  To: emacs-devel

On Wed, 05 Nov 2014 17:23:12 +0100 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Teodor Zlatanov <tzz@lifelogs.com> writes:
>> +(defcustom url-user-agent (format "User-Agent: %sURL/%s\r\n"
>> +				  (if url-package-name
>> +				      (concat url-package-name "/"
>> +					      url-package-version " ")
>> +				    "") url-version)

LMI> Last time this was suggested, the discussion concluded with the decision
LMI> not to add this, since this is information leakage that helps track
LMI> users.

This just takes the existing string and makes it a defcustom variable,
without leaking more information than before. See Bug#16498 and the full
patch for details :)

Ted




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: trunk r118293: url-http.el: introduce url-user-agent
  2014-11-05 16:23 ` trunk r118293: url-http.el: introduce url-user-agent Lars Magne Ingebrigtsen
  2014-11-05 16:56   ` Ted Zlatanov
@ 2014-11-06  1:32   ` raman
  1 sibling, 0 replies; 3+ messages in thread
From: raman @ 2014-11-06  1:32 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: Ted Zlatanov, emacs-devel

Agreed. Also, sending out something like emacs/url is also not useful
(happens at present) in the http user agent header, since many sites
just serve you fallback content. I added a masquerade function in
emacspeak-eww so I can have it spoof today's "supported" set of
browsers. This was alas not how the Web was meant to be, but sadly, it's
what the Web has come to be.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-06  1:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1Xm36R-0004X8-IM@vcs.savannah.gnu.org>
2014-11-05 16:23 ` trunk r118293: url-http.el: introduce url-user-agent Lars Magne Ingebrigtsen
2014-11-05 16:56   ` Ted Zlatanov
2014-11-06  1:32   ` raman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).