Browse Source

Fix xml doc

Claus Vium 4 years ago
parent
commit
38be506849
1 changed files with 1 additions and 5 deletions
  1. 1 5
      Emby.Server.Implementations/HttpServer/HttpListenerHost.cs

+ 1 - 5
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)
         public IDictionary<string, string> GetDefaultCorsHeaders(HttpContext httpContext)
         {
         {
             var origin = httpContext.Request.Headers["Origin"];
             var origin = httpContext.Request.Headers["Origin"];