https://github.com/tsotimus/csp
A vite plugin for your content security policy
https://github.com/tsotimus/csp
csp security spa vite vite-plugin
Last synced: about 2 months ago
JSON representation
A vite plugin for your content security policy
- Host: GitHub
- URL: https://github.com/tsotimus/csp
- Owner: tsotimus
- License: gpl-3.0
- Created: 2024-01-19T11:43:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T18:44:21.000Z (2 months ago)
- Last Synced: 2025-02-18T23:06:20.964Z (2 months ago)
- Topics: csp, security, spa, vite, vite-plugin
- Language: TypeScript
- Homepage: https://vite-csp.tsotne.co.uk/
- Size: 1.27 MB
- Stars: 39
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Repo for all things CSP related
## What's inside?
This is a turborepo monorepo using pnpm.
All the apps under `/apps` are used to test the plugin.
All the packages under `/packages` include the packages im building, as well as some others.
- [Vite Plugin CSP Guard](https://npmjs.com/package/vite-plugin-csp-guard)
- [CSP Toolkit](https://npmjs.com/package/csp-toolkit)## Documentation you might be looking for
Vite Plugin CSP Guard - [Available here](https://vite-csp.tsotne.co.uk)
## Getting Started
`corepack enable`
`pnpm install`### Contributing -- Coming Soon