dotfiles/conf.d/emacs/emacs.d/url/cookies
2021-01-27 21:40:04 +01:00

16 lines
415 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;; Emacs-W3 HTTP cookies file
;; Automatically generated file!!! DO NOT EDIT!!!
(setq url-cookie-storage
'nil)
(setq url-cookie-secure-storage
'((".github.com"
[url-cookie "logged_in" "no" "Mon, 29 Mar 2038 16:18:46 -0000" "/" ".github.com" t]
[url-cookie "HttpOnly" nil "Mon, 29 Mar 2038 16:18:46 -0000" "/" ".github.com" t]))
)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; End: