emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 956f21b: Make xwidget-webkit default to not storing cookies


From: Po Lu
Subject: master 956f21b: Make xwidget-webkit default to not storing cookies
Date: Fri, 19 Nov 2021 19:38:48 -0500 (EST)

branch: master
commit 956f21b6b916f8d87a7b872e02f668883c17b8ba
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Make xwidget-webkit default to not storing cookies
    
    * etc/NEWS: Update to reflect change.
    * lisp/xwidget.el (xwidget-webkit-cookie-file): Set default
    value to nil.
---
 etc/NEWS        | 2 --
 lisp/xwidget.el | 4 +---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index c38e1aa..70ba534 100644
--- 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'.
diff --git a/lisp/xwidget.el b/lisp/xwidget.el
index a1f992e..e9a0507 100644
--- a/lisp/xwidget.el
+++ b/lisp/xwidget.el
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]