qutebrowser: set content.default_encoding to utf-8

This commit is contained in:
surtur 2022-04-07 11:03:02 +02:00
parent 43322a475e
commit ccc2e6431a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -99,6 +99,11 @@ config.set('content.cookies.accept', 'all', 'chrome-devtools://*')
# - never: Don't accept cookies at all.
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
# read from JavaScript is always the global value.
# Type: String