Fix xml doc
This commit is contained in:
parent
12710cdf42
commit
38be506849
|
@ -487,11 +487,7 @@ namespace Emby.Server.Implementations.HttpServer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <inheritdoc />
|
||||||
/// Get the default CORS headers.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="req"></param>
|
|
||||||
/// <returns></returns>
|
|
||||||
public IDictionary<string, string> GetDefaultCorsHeaders(HttpContext httpContext)
|
public IDictionary<string, string> GetDefaultCorsHeaders(HttpContext httpContext)
|
||||||
{
|
{
|
||||||
var origin = httpContext.Request.Headers["Origin"];
|
var origin = httpContext.Request.Headers["Origin"];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user