Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into issue/LMBQ-128
Browse files Browse the repository at this point in the history
# Conflicts:
#	Lombiq.HelpfulLibraries.AspNetCore/Security/CdnContentSecurityPolicyProvider.cs
  • Loading branch information
barthamark committed Jul 25, 2024
2 parents ae49c29 + bce6104 commit 6d7bace
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ public class CdnContentSecurityPolicyProvider : IContentSecurityPolicyProvider
/// </summary>
public static ConcurrentBag<string> PermittedImgSources { get; } = [];

/// <summary>
/// Gets the sources that will be added to the <see cref="ImgSrc"/> directive.
/// </summary>
public static ConcurrentBag<string> PermittedImgSources { get; } = [];

public ValueTask UpdateAsync(IDictionary<string, string> securityPolicies, HttpContext context)
{
var any = false;
Expand Down

0 comments on commit 6d7bace

Please sign in to comment.