Claus Vium %!s(int64=5) %!d(string=hai) anos
pai
achega
38be506849
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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)
         {
             var origin = httpContext.Request.Headers["Origin"];