[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Blocking cookies by default in eww
From: |
Tomas Hlavaty |
Subject: |
Re: Blocking cookies by default in eww |
Date: |
Sat, 24 Feb 2024 09:55:41 +0100 |
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 '(".*")))