summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-17 02:34:39 +0800
committernoa2025-02-17 02:34:39 +0800
commit2524344a811ec81c7c9843b6bfb09d2fc8622195 (patch)
treef3d43fbd92c04bc84e01d7c7228b4a097bbd9cf9
parentc893e67b3c0c593fff9f4e5898a12ec6f1976bf4 (diff)
Remove url-cookie
-rw-r--r--emacs/init.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/init.el b/emacs/init.el
index a915914..fa1a872 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -206,13 +206,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
   (browse-url-browser-function 'noa/record-url)
 	(browse-url-secondary-browser-function 'browse-url-default-browser))
 
-;; I've had no use for cookies in eww
-(use-package url-cookie
-  :defer t
-  :custom
-  (url-cookie-trusted-urls '())
-  (url-cookie-untrusted-urls '(".*")))
-
 (use-package shr
   :defer t
   :custom