Skip to content

DaveBitter/csp-trusted-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSP Trusted Type Demo

This repository holds the demo website showcasing Trusted Type for CSP.

View Demo

Getting started

  • Run yarn | npm install to install all needed dependencies
  • Run yarn dev | npm run dev to run the development environment
  • Run yarn build | npm run build to create a production build

Development setup

This project uses Parcel to develop and build. Refer to their documentation to get up to speed on how to work with it. Besides that, it uses the posthtml-include plugin to make use of partials.