Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aeyoll/cspgen-rs
- Owner: aeyoll
- License: mit
- Created: 2020-09-29T16:25:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T08:26:14.000Z (11 months ago)
- Last Synced: 2024-10-11T00:46:07.807Z (about 1 month ago)
- Topics: csp, generator, rust
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --