Fix xml doc

This commit is contained in:
Claus Vium 2020-09-02 13:29:20 +02:00
parent 12710cdf42
commit 38be506849

View File

@ -487,11 +487,7 @@ namespace Emby.Server.Implementations.HttpServer
}
}
/// <summary>
/// Get the default CORS headers.
/// </summary>
/// <param name="req"></param>
/// <returns></returns>
/// <inheritdoc />
public IDictionary<string, string> GetDefaultCorsHeaders(HttpContext httpContext)
{
var origin = httpContext.Request.Headers["Origin"];