re-add cookies config

This commit is contained in:
Nico 2020-12-30 12:33:00 +00:00
parent 0d845c11e6
commit d883bd0904
1 changed files with 1 additions and 1 deletions

View File

@ -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)