Fix small config issues
This commit is contained in:
parent
0ce822638d
commit
4759667811
6 changed files with 13 additions and 12 deletions
|
|
@ -10,6 +10,7 @@ def init(c):
|
|||
c.content.headers.custom = {
|
||||
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
||||
}
|
||||
c.content.tls.certificate_errors = 'block'
|
||||
|
||||
c.downloads.position = 'bottom'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue