diff --git a/Lombiq.HelpfulLibraries.AspNetCore/Security/CdnContentSecurityPolicyProvider.cs b/Lombiq.HelpfulLibraries.AspNetCore/Security/CdnContentSecurityPolicyProvider.cs index 64c6c082..da39e4a0 100644 --- a/Lombiq.HelpfulLibraries.AspNetCore/Security/CdnContentSecurityPolicyProvider.cs +++ b/Lombiq.HelpfulLibraries.AspNetCore/Security/CdnContentSecurityPolicyProvider.cs @@ -69,6 +69,11 @@ public class CdnContentSecurityPolicyProvider : IContentSecurityPolicyProvider /// public static ConcurrentBag PermittedImgSources { get; } = []; + /// + /// Gets the sources that will be added to the directive. + /// + public static ConcurrentBag PermittedImgSources { get; } = []; + public ValueTask UpdateAsync(IDictionary securityPolicies, HttpContext context) { var any = false;