Closed LucGosso closed 1 year ago
Hi @LucGosso
Thanks for the feed back :)
I will take a look at this issue, please attach any additional logs if you get any.
Andy
Hi @LucGosso,
The module now handles duplicate headers. In this scenario, the duplicate is logged. If there is an exception this will be logged, but the site will remain up.
Andy
Hi!! Nice plugin, well done!
every now and then, havnt found any regularity, but i get this error. Sometime at startup on server.
I dont seem to reproduce this in development.
What about having a check if header already added? or try n catch and log error?
Suggestion: if (context.Request.Headers.ContainsKey("Content-Security-Policy")) => add CSP
I do have this in startup ...