An open API service indexing awesome lists of open source software.

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.

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
```