Skip to content

Commit

Permalink
Merge pull request #103 from SkillsFundingAgency/CV-655-remove-CSP
Browse files Browse the repository at this point in the history
CV-655 removed UseDasContentSecurityPolicy()
  • Loading branch information
Najamuddin-Muhammad authored Feb 27, 2020
2 parents 5a0beae + 94f762c commit 8a235e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public void Configure(IApplicationBuilder app)
.UseStaticFiles()
.UseDasHealthChecks()
.UseAuthentication()
.UseDasContentSecurityPolicy()
.UseMvc();
}
}
Expand Down

0 comments on commit 8a235e8

Please sign in to comment.