We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adds default CSP with Restrictive Feature Policy but control over the specifics of CSP
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseCspWithFeaturePolicy(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, bool reportOnly, System.Action<Microsoft.AspNetCore.Builder.CspBuilder> cspBuilder);
app Microsoft.AspNetCore.Builder.IApplicationBuilder
app
reportOnly System.Boolean
reportOnly
cspBuilder System.Action<Microsoft.AspNetCore.Builder.CspBuilder>
cspBuilder
Microsoft.AspNetCore.Builder.IApplicationBuilder