This commit is contained in:
Zelong Kuang
2025-12-14 09:04:11 +11:00
parent 2321eb603b
commit 753ea5ea48
185 changed files with 1608 additions and 18 deletions

19
url/cookies Normal file
View File

@@ -0,0 +1,19 @@
;; Emacs-W3 HTTP cookies file -*- lexical-binding: t -*-
;; Automatically generated file!!! DO NOT EDIT!!!
(setq url-cookie-storage
'nil
)
(setq url-cookie-secure-storage
'(("github.com"
[url-cookie "_octo" "GH1.1.564730709.1765652932"
"Sun, 13 Dec 2026 19:08:52 GMT" "/" "github.com" t]))
)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; cookies ends here