diff options
author | crupest <crupest@outlook.com> | 2022-11-21 17:35:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 17:35:59 +0800 |
commit | 5782b39e791199faf60df22a3d396f60ab56bc40 (patch) | |
tree | 7d065ee8cd87463c6edf0880fe67452ec1ccd63b /BackEnd/Timeline/Configs | |
parent | 63851882dcb4cc19dc85059a0529405c75c95bf3 (diff) | |
download | timeline-5782b39e791199faf60df22a3d396f60ab56bc40.tar.gz timeline-5782b39e791199faf60df22a3d396f60ab56bc40.tar.bz2 timeline-5782b39e791199faf60df22a3d396f60ab56bc40.zip |
Revert forwarded headers change.
Diffstat (limited to 'BackEnd/Timeline/Configs')
-rw-r--r-- | BackEnd/Timeline/Configs/ApplicationConfiguration.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Configs/ApplicationConfiguration.cs b/BackEnd/Timeline/Configs/ApplicationConfiguration.cs index c808e946..bc77fd5a 100644 --- a/BackEnd/Timeline/Configs/ApplicationConfiguration.cs +++ b/BackEnd/Timeline/Configs/ApplicationConfiguration.cs @@ -12,8 +12,6 @@ namespace Timeline.Configs public const string DatabaseBackupDirectoryName = "backup";
public const string FrontEndKey = "FrontEnd";
public const string DisableAutoBackupKey = "DisableAutoBackup";
- public const string EnableForwardedHeadersKey = "EnableForwardedHeaders";
- public const string ForwardedHeadersAllowedProxyHostsKey = "ForwardedHeadersAllowedProxyHosts";
public static bool CheckIsValidBoolString(string? value, string configPath, Boolean defaultValue)
{
|