Improve configs

This commit is contained in:
Tobias Reisinger 2024-03-27 18:52:31 +01:00
parent cc1c39d20d
commit 54c3bc1744
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 43 additions and 30 deletions

View file

@ -9,9 +9,6 @@ def init(c):
#c.content.proxy = "socks://localhost:9050/"
c.content.headers.accept_language = "en-US,en;q=0.5"
c.content.headers.custom = {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
}
#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.tls.certificate_errors = 'block'