diff options
| author | Claus Vium <clausvium@gmail.com> | 2020-09-02 13:29:20 +0200 |
|---|---|---|
| committer | Claus Vium <clausvium@gmail.com> | 2020-09-02 13:29:20 +0200 |
| commit | 38be5068499a11909d75e1f47f407083759579c5 (patch) | |
| tree | 1d9080f04409bf9eacef2159ed68bf3c8325097f /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | 12710cdf423c038c076c8bd351706e73f3a27899 (diff) | |
Fix xml doc
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/HttpServer/HttpListenerHost.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs index acd7e67db..4165cdb96 100644 --- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -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"]; |
