pieces-app / documentation

Official documentation for Pieces for Developers
https://docs.pieces.app
402 stars 50 forks source link

Add CSP to Docs Pages #380

Closed mason-at-pieces closed 6 months ago

mason-at-pieces commented 6 months ago

@cole-pieces Any specific CSP we want to use here?

Right now I'm using the following:

default-src 'self' https:; script-src 'self' 'unsafe-inline' 'unsafe-eval' https:; style-src 'self' 'unsafe-inline' https:; img-src 'self' data: https:; font-src 'self' https:; connect-src 'self' https:; frame-src 'self' https:;

mason-at-pieces commented 6 months ago

Here is the preview deployment for this: https://documentation-git-380-add-csp-to-d-7849d2-pieces-for-developers.vercel.app/

cole-at-pieces commented 6 months ago

@mason-at-pieces I truly have no idea, I trust your judgment