More fixes

This commit is contained in:
Claus Vium
2020-09-02 13:06:14 +02:00
parent bde8c00306
commit 12710cdf42
4 changed files with 1 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ namespace MediaBrowser.Controller.Net
/// <summary>
/// Get the default CORS headers.
/// </summary>
/// <param name="req">The HTTP context of the current request.</param>
/// <param name="httpContext">The HTTP context of the current request.</param>
/// <returns>The default CORS headers for the context.</returns>
IDictionary<string, string> GetDefaultCorsHeaders(HttpContext httpContext);
}