Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Last active January 28, 2025 13:46
Show Gist options
  • Save sitefinitySDK/25329c44d04ebddaa42df4410c7718c1 to your computer and use it in GitHub Desktop.
Save sitefinitySDK/25329c44d04ebddaa42df4410c7718c1 to your computer and use it in GitHub Desktop.
const cspHeader = `
script-src https://cdn.insight.sitefinity.com https://dec.azureedge.net https://player.vimeo.com/api/player.js https://www.youtube.com/iframe_api *.googleapis.com 'unsafe-eval' 'unsafe-inline' 'self';
style-src https://cdn.insight.sitefinity.com https://dec.azureedge.net *.googleapis.com 'self' 'unsafe-inline';
img-src https://cdn.insight.sitefinity.com https://dec.azureedge.net https://*.frontify.com https://*.cloudinary.com 'self' data: blob:;
connect-src https://*.insight.sitefinity.com https://*.dec.sitefinity.com 'self';
font-src fonts.gstatic.com 'self' data:;
default-src 'self'`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment