You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var cspBuilder = new Joonasw.AspNetCore.SecurityHeaders.Csp.Builder.CspBuilder();
cspBuilder.ByDefaultAllow.FromSelf();
if (cConfig.HashList != null)
{
foreach (var c in cConfig.HashList)
cspBuilder.AllowStyles.From(c);
}
app.UseCsp( ???? )
what replaces ????
The text was updated successfully, but these errors were encountered:
This is the normal syntax
I need to be more flexible. How would I do this?
what replaces ????
The text was updated successfully, but these errors were encountered: