Update some configs

This commit is contained in:
Tobias Reisinger 2025-01-22 16:57:13 +01:00
parent 2d9a99e3f0
commit 21105dac54
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 5 additions and 3 deletions

View file

@ -9,7 +9,7 @@ def init(c):
#c.content.proxy = "socks://localhost:9050/"
c.content.headers.accept_language = "en-US,en;q=0.5"
#c.content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36"
c.content.pdfjs = True
c.content.tls.certificate_errors = 'block'
c.downloads.position = 'bottom'