Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aeyoll/cspgen-rs

Whoever has had to write CSP (Content Security Policy) knows that it is no picnic. This CLI written in Rust allows you to generate CSP headers from a given url, or multiple urls.
https://github.com/aeyoll/cspgen-rs

csp generator rust

Last synced: 11 days ago
JSON representation

Whoever has had to write CSP (Content Security Policy) knows that it is no picnic. This CLI written in Rust allows you to generate CSP headers from a given url, or multiple urls.

Awesome Lists containing this project

README

        

# CSP Generation

Whoever has had to write CSP (Content Security Policy) knows that it is no picnic. This CLI written in Rust allows you to generate CSP headers from a given url, or multiple urls.

Usage
---

```shell script
cspgen ...
```

#### Args:

```
... The urls to generate the CSP from
```

Development
---

```shell script
git clone [email protected]:aeyoll/cspgen-rs.git
cd cspgen-rs
cargo run --