fixes #1427 - [Feature Request]: Require Encryption

This commit is contained in:
Luke Pulverenti
2017-09-29 15:17:54 -04:00
parent 134e74414d
commit 878abbddda
4 changed files with 24 additions and 3 deletions

View File

@@ -181,6 +181,8 @@ namespace MediaBrowser.Model.Configuration
public string[] CodecsUsed { get; set; }
public bool EnableChannelView { get; set; }
public bool EnableExternalContentInSuggestions { get; set; }
public bool RequireHttps { get; set; }
public bool IsBehindProxy { get; set; }
public int ImageExtractionTimeoutMs { get; set; }