Skip to content

Commit 2514812

Browse files
committed
Turn CSP back on
1 parent f7c3a91 commit 2514812

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Exceptionless.Web/Startup.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ public void Configure(IApplicationBuilder app) {
208208
.To("https://api-iam.intercom.io/")
209209
.To("wss://nexus-websocket-a.intercom.io");
210210

211-
csp.SetReportOnly();
212-
213211
csp.OnSendingHeader = context =>
214212
{
215213
context.ShouldNotSend = context.HttpContext.Request.Path.StartsWithSegments("/api");

0 commit comments

Comments
 (0)