https://github.com/sourcegraph/csp
Package csp provides a Go HTTP handler for setting Content-Security-Policy headers and receiving CSP violation reports.
https://github.com/sourcegraph/csp
Last synced: 8 days ago
JSON representation
Package csp provides a Go HTTP handler for setting Content-Security-Policy headers and receiving CSP violation reports.
- Host: GitHub
- URL: https://github.com/sourcegraph/csp
- Owner: sourcegraph
- License: mit
- Created: 2014-11-10T07:02:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T16:37:03.000Z (about 11 years ago)
- Last Synced: 2026-01-15T17:03:36.439Z (about 2 months ago)
- Language: Go
- Homepage: https://sourcegraph.com/sourcegraph/csp
- Size: 117 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csp
csp provides a Go HTTP handler for setting Content-Security-Policy
headers and receiving CSP violation reports.
## Usage
```
go get sourcegraph.com/sourcegraph/csp
```