qutebrowser: set content.default_encoding to utf-8
This commit is contained in:
parent
43322a475e
commit
ccc2e6431a
@ -99,6 +99,11 @@ config.set('content.cookies.accept', 'all', 'chrome-devtools://*')
|
|||||||
# - never: Don't accept cookies at all.
|
# - never: Don't accept cookies at all.
|
||||||
config.set('content.cookies.accept', 'all', 'devtools://*')
|
config.set('content.cookies.accept', 'all', 'devtools://*')
|
||||||
|
|
||||||
|
# Default encoding to use for websites. The encoding must be a string
|
||||||
|
# describing an encoding such as _utf-8_, _iso-8859-1_, etc.
|
||||||
|
# Type: String
|
||||||
|
c.content.default_encoding = 'utf-8'
|
||||||
|
|
||||||
# Value to send in the `Accept-Language` header. Note that the value
|
# Value to send in the `Accept-Language` header. Note that the value
|
||||||
# read from JavaScript is always the global value.
|
# read from JavaScript is always the global value.
|
||||||
# Type: String
|
# Type: String
|
||||||
|
Loading…
Reference in New Issue
Block a user