* Blocking cookies by default in eww
@ 2024-02-23 18:11 Oleander via Users list for the GNU Emacs text editor
2024-02-24 8:55 ` Tomas Hlavaty
0 siblings, 1 reply; 3+ messages in thread
From: Oleander via Users list for the GNU Emacs text editor @ 2024-02-23 18:11 UTC (permalink / raw)
To: help-gnu-emacs
Hello everyone,
is it possible to block all cookies by default in eww? I couldn't find anything about this in the docu or maybe I missed it.
Thank you
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Blocking cookies by default in eww
2024-02-23 18:11 Blocking cookies by default in eww Oleander via Users list for the GNU Emacs text editor
@ 2024-02-24 8:55 ` Tomas Hlavaty
2024-02-24 11:10 ` Emanuel Berg
0 siblings, 1 reply; 3+ messages in thread
From: Tomas Hlavaty @ 2024-02-24 8:55 UTC (permalink / raw)
To: Oleander, help-gnu-emacs
On Fri 23 Feb 2024 at 18:11, Oleander via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote:
> is it possible to block all cookies by default in eww? I couldn't find anything about this in the docu or maybe I missed it.
(custom-set-variables
'(url-cookie-confirmation nil)
'(url-cookie-untrusted-urls '(".*")))
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Blocking cookies by default in eww
2024-02-24 8:55 ` Tomas Hlavaty
@ 2024-02-24 11:10 ` Emanuel Berg
0 siblings, 0 replies; 3+ messages in thread
From: Emanuel Berg @ 2024-02-24 11:10 UTC (permalink / raw)
To: help-gnu-emacs
Tomas Hlavaty wrote:
>> is it possible to block all cookies by default in eww?
>> I couldn't find anything about this in the docu or maybe
>> I missed it.
>
> (custom-set-variables
> '(url-cookie-confirmation nil)
> '(url-cookie-untrusted-urls '(".*")))
Are those local to eww?
For/in Emacs-w3m there is
(setq w3m-use-cookies nil)
--
underground experts united
https://dataswamp.org/~incal
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-24 11:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 18:11 Blocking cookies by default in eww Oleander via Users list for the GNU Emacs text editor
2024-02-24 8:55 ` Tomas Hlavaty
2024-02-24 11:10 ` Emanuel Berg
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).