]> git.eshelyaron.com Git - emacs.git/commitdiff
Make xwidget-webkit default to not storing cookies
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 00:38:04 +0000 (08:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 00:38:04 +0000 (08:38 +0800)
* etc/NEWS: Update to reflect change.
* lisp/xwidget.el (xwidget-webkit-cookie-file): Set default
value to nil.

etc/NEWS
lisp/xwidget.el

index c38e1aa5ebdbe3a27e8964f1d6c3ac59d0c58204..70ba5341d8abe31a5113e9c74eecfdb72f8ef2ed 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -497,8 +497,6 @@ named.
 *** New user option 'xwidget-webkit-cookie-file'.
 Using this option you can control whether the xwidget-webkit buffers
 save cookies set by web pages, and if so, in which file to save them.
-the default is the file 'xwidget-webkit-cookies.txt' under
-'~/.emacs.d' directory.
 
 +++
 *** New minor mode 'xwidget-webkit-edit-mode'.
index a1f992e65989c56905a8038260cc43f158fbe664..e9a0507bbf3ea809c00f0a5d666745db3e1055c8 100644 (file)
@@ -108,9 +108,7 @@ It can use the following special constructs:
   :type 'string
   :version "29.1")
 
-(defcustom xwidget-webkit-cookie-file
-  (file-name-concat user-emacs-directory
-                    "xwidget-webkit-cookies.txt")
+(defcustom xwidget-webkit-cookie-file nil
   "The name of the file where `xwidget-webkit-browse-url' will store cookies.
 They will be stored as plain text in Mozilla \"cookies.txt\"
 format.  If nil, do not store cookies."