Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMDavidson committed Jun 10, 2019
1 parent f231dca commit 44002bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/Joonasw.AspNetCore.SecurityHeaders.Samples/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
app.UseStaticFiles();

app.UseCsp();

app.UseCsp(csp =>
{
csp.RequireSriFor
.ForScripts();
}
);

// Manual configuration
//app.UseCsp(csp =>
//{
Expand Down

0 comments on commit 44002bc

Please sign in to comment.