15 lines
855 B
INI
15 lines
855 B
INI
[default]
|
|
# Home page, used when a new window is opened
|
|
home = https://example.com
|
|
# User agent, used to identify your browser to a website
|
|
useragent = BirdyNet/$VER ($OS)
|
|
# Which protocol to use when none is given in the address bar
|
|
defaultProtocol = https
|
|
# Which charset to use when none is given in the header. https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7.1 defines that iso-8859-1 should be used. You may also use utf-8 though, if it's better for the pages you visit.
|
|
defaultCharset = iso-8859-1
|
|
|
|
[accessibility]
|
|
# Which background color (CSS color) should be chosen for websites? "default" for system's default. "white" is recommended for compatibility.
|
|
colorBackground = white
|
|
# Which text color (CSS color) should be chosen for websites? "default" for system's default. "black" is recommended for compatibility.
|
|
colorText = black |