Add new 'nowebcontent' configuration flag

This commit is contained in:
Mark Monteiro
2020-02-28 20:40:45 +01:00
parent 3043b7323b
commit 3f4b9e9a81
4 changed files with 34 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ namespace Emby.Server.Implementations.HttpServer
public class HttpListenerHost : IHttpServer, IDisposable
{
/// <summary>
/// The settings key for a setting that specifies the default redirect path
/// The key for a setting that specifies the default redirect path
/// to use for requests where the URL base prefix is invalid or missing.
/// </summary>
public const string DefaultRedirectKey = "HttpListenerHost:DefaultRedirectPath";