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 f7c3a91 commit 2514812Copy full SHA for 2514812
src/Exceptionless.Web/Startup.cs
@@ -208,8 +208,6 @@ public void Configure(IApplicationBuilder app) {
208
.To("https://api-iam.intercom.io/")
209
.To("wss://nexus-websocket-a.intercom.io");
210
211
- csp.SetReportOnly();
212
-
213
csp.OnSendingHeader = context =>
214
{
215
context.ShouldNotSend = context.HttpContext.Request.Path.StartsWithSegments("/api");
0 commit comments