We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655a467 commit 4f7aebbCopy full SHA for 4f7aebb
WebAPI/LearningHub.Nhs.API/Program.cs
@@ -40,7 +40,7 @@
40
41
app.Use(async (context, next) =>
42
{
43
- context.Response.Headers.Add("content-security-policy", "object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts allow-popups; base-uri 'self';");
+ ////context.Response.Headers.Add("content-security-policy", "object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts allow-popups; base-uri 'self';");
44
context.Response.Headers.Add("Referrer-Policy", "no-referrer");
45
context.Response.Headers.Add("Strict-Transport-Security", "max-age=31536000; includeSubDomains");
46
context.Response.Headers.Add("X-Content-Type-Options", "nosniff");
0 commit comments