Skip to content

Commit

Permalink
Sealed of approval
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Mar 28, 2024
1 parent 4e89530 commit b74e905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Lombiq.HelpfulLibraries.OrchardCore.Security;

internal class ReCaptchaContentSecurityPolicyProvider : IContentSecurityPolicyProvider
internal sealed class ReCaptchaContentSecurityPolicyProvider : IContentSecurityPolicyProvider
{
public async ValueTask UpdateAsync(IDictionary<string, string> securityPolicies, HttpContext context)
{
Expand Down

0 comments on commit b74e905

Please sign in to comment.