Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timmywil/csp-report-api
https://github.com/timmywil/csp-report-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timmywil/csp-report-api
- Owner: timmywil
- Created: 2024-08-06T03:44:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T16:42:53.000Z (about 2 months ago)
- Last Synced: 2024-11-18T17:59:11.619Z (about 2 months ago)
- Language: TypeScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csp-report-api
A [Cloudflare Worker](https://developers.cloudflare.com/browser-rendering/) that live logs reports from the [Content Security Policy (CSP) Reporting API](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP).
## Usage
1. Clone this repository
```bash
git clone
```2. Install dependencies
```bash
npm install
```3. Start development server
```bash
npm start
```