NetEscapades.AspNetCore.SecurityHeaders
NetEscapades.AspNetCore.SecurityHeaders copied to clipboard
[Question] How do I disable StyleSrc on a page?
Hi,
I use StyleSrc for all pages
builder.AddStyleSrc().Self().UnsafeInline();
...
I don't want to use StyleSrc on the Contact.cshtml page
How do I disable only StyleSrc on a page
thank you