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

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

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