https://github.com/anthonychu/aspnet-core-csp
Sample application for adding Content Security Policy to ASP.NET Core
https://github.com/anthonychu/aspnet-core-csp
Last synced: 4 months ago
JSON representation
Sample application for adding Content Security Policy to ASP.NET Core
- Host: GitHub
- URL: https://github.com/anthonychu/aspnet-core-csp
- Owner: anthonychu
- Created: 2016-03-13T21:10:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T21:10:32.000Z (over 10 years ago)
- Last Synced: 2025-03-26T21:02:23.982Z (about 1 year ago)
- Language: C#
- Size: 54.7 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implementing CSP in ASP.NET Core
This is a sample application for implementing Content Security Policy (CSP) and CSP reporting in ASP.NET Core.
See blog post for full details: [http://anthonychu.ca/post/aspnet-core-csp](http://anthonychu.ca/post/aspnet-core-csp)