Allow proxy authentication (#141)

This commit is contained in:
Alex Ling
2021-01-30 07:39:10 +00:00
parent 135fa9fde6
commit d67a24809b
3 changed files with 19 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ class Config
property page_margin : Int32 = 30
property disable_login = false
property default_username = ""
property auth_proxy_header_name = ""
property mangadex = Hash(String, String | Int32).new
@[YAML::Field(ignore: true)]