Skip to content

Commit ae409c2

Browse files
TimHessbart-vmware
andauthored
Update src/Configuration/src/CloudFoundry/ForwardedHeadersSettings.cs
Co-authored-by: Bart Koelman <104792814+bart-vmware@users.noreply.github.com>
1 parent ff500c6 commit ae409c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/src/CloudFoundry/ForwardedHeadersSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public sealed class ForwardedHeadersSettings
99
internal const string ConfigurationKey = "Steeltoe:ForwardedHeaders";
1010

1111
/// <summary>
12-
/// Gets or sets a value indicating whether to trust all networks (adds 0.0.0.0/0). WARNING: Use only behind a trusted ingress.
12+
/// Gets or sets a value indicating whether to trust all networks (adds 0.0.0.0/0). WARNING: Use only behind a trusted ingress. Default value: true.
1313
/// </summary>
1414
public bool TrustAllNetworks { get; set; } = true;
1515

0 commit comments

Comments
 (0)