From d883bd0904ef2b610fd8681764edf24ebcad02fd Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Wed, 30 Dec 2020 12:33:00 +0000 Subject: [PATCH] re-add cookies config --- qutebrowser/.config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 84da03a..4a41372 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -3,5 +3,5 @@ config.load_autoconfig() config.bind(',x', 'hint links spawn termite -e "aria2c {hint-url}"') config.bind(',m', 'spawn --userscript mpv') config.set("content.headers.user_agent","Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US)","https://*.youtube.com/*") - config.set("content.webrtc_ip_handling_policy","default-public-interface-only") +config.set("content.cookies.store",False)