mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
c1fa7cbbf8
commit
ada052fcb1
@ -53,7 +53,7 @@ namespace Jellyfin.Server.Middleware
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Unencode and re-parse querystring.
|
// Unencode and re-parse querystring.
|
||||||
var unencodedKey = HttpUtility.UrlDecode(kvp.Key);
|
var unencodedKey = HttpUtility.UrlDecode(key);
|
||||||
|
|
||||||
if (string.Equals(unencodedKey, kvp.Key, System.StringComparison.Ordinal))
|
if (string.Equals(unencodedKey, kvp.Key, System.StringComparison.Ordinal))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user