Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timmywil/csp-report-api


https://github.com/timmywil/csp-report-api

Last synced: about 1 month ago
JSON representation

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