mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3084
Author: @fhriley
Created: 5/9/2020
Status: ✅ Merged
Merged: 5/15/2020
Merged by: @JustAMan
Base:
master← Head:fix_allow_origin📝 Commits (4)
3cb6fd8Fix #3083: Set the Access-Control-Allow-Origin header to the request origin/host header if possiblec70c589Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review6990af8Use simpler dictionary iterator.9ee10d2Rename function📊 Changes
3 files changed (+54 additions, -8 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/HttpListenerHost.cs(+31 -4)📝
Emby.Server.Implementations/HttpServer/ResponseFilter.cs(+15 -4)📝
MediaBrowser.Controller/Net/IHttpServer.cs(+8 -0)📄 Description
…origin/host header if possible
Note that to fully fix this requires a couple simple changes in jellyfin-web as well.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.