Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Jan 6, 2024
1 parent 2e5b7f5 commit 0d37c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static OrchardCoreBuilder ConfigureSecurityDefaults(
.UseContentSecurityPolicyHeader(allowInlineScript, allowInlineStyle)
.UseNosniffContentTypeOptionsHeader();
},
order: 99);
order: 99); // Makes this service load fairly late. This should make the setup detection more accurate.
return builder
.ConfigureAntiForgeryAlwaysSecure()
.AddTenantFeatures("OrchardCore.Diagnostics");
Expand Down

0 comments on commit 0d37c79

Please sign in to comment.