aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2023-01-24 11:26:50 +0100
committerGitHub <noreply@github.com>2023-01-24 11:26:50 +0100
commit6b006a576dc5b708ec57615ea8b65586a6183ee2 (patch)
treeceb048295977f8bc93e077b4c1747f562b78f0b1
parent2436233d9f15896280f6cbcfc87b5a9fa951b7ad (diff)
parent5d1b5d257f7cb782556ae394e5296c119226d676 (diff)
Merge pull request #9143 from barronpm/remove-customheadernames
-rw-r--r--MediaBrowser.Common/Net/CustomHeaderNames.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/MediaBrowser.Common/Net/CustomHeaderNames.cs b/MediaBrowser.Common/Net/CustomHeaderNames.cs
deleted file mode 100644
index 5ca9897eb..000000000
--- a/MediaBrowser.Common/Net/CustomHeaderNames.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma warning disable CS1591
-
-namespace MediaBrowser.Common.Net
-{
- public static class CustomHeaderNames
- {
- // Other Headers
- public const string XForwardedFor = "X-Forwarded-For";
- public const string XForwardedPort = "X-Forwarded-Port";
- public const string XForwardedProto = "X-Forwarded-Proto";
- public const string XRealIP = "X-Real-IP";
- }
-}