BirdyNet/BirdyNet.ini

15 lines
855 B
INI
Raw Permalink Normal View History

2021-03-18 15:22:56 +00:00
[default]
2021-03-20 14:58:25 +00:00
# Home page, used when a new window is opened
2021-03-18 18:04:54 +00:00
home = https://example.com
2021-03-20 14:58:25 +00:00
# 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
2021-03-25 19:58:22 +00:00
# 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