Skip to content

Releases: mdarrik/netlify-plugin-csp-headers

Fix: Removes Quotes from CSP header urls

04 Aug 06:22
622678d

Choose a tag to compare

Removes quotes around urls in the CSP rules. Quoted urls don't work.

Add Option for CloudFront urls

03 Aug 20:17
c52891e

Choose a tag to compare

Pre-release

Adds options for supporting Cloudfront urls as a default src. These are generated by Netlify's Optimization steps.

Add Report URL Input

03 Aug 01:40
9c4028b

Choose a tag to compare

Add Report URL Input Pre-release
Pre-release

Adds support for sending CSP Reports based on either an input or an environment variable.

Add Option for "Unsafe-Inline" Script tags.

01 Aug 20:11
1786975

Choose a tag to compare

Adds configuration options for unsafe-inline script tags. This should help get around the problems created by Netlify optimizing fonts and other assets, even if only "pretty urls" is turned on.

Feat: Adds "strict-dynamic" CSP header to scripts.

18 Jul 07:00
1bc96b8

Choose a tag to compare

v0.0.1.alpha.04

bumps version to alpha.04

Fix: Fixes non-dynamic sources by adding quotes

18 Jul 04:47
e0320f0

Choose a tag to compare

The fallback sources were broken in the last release. This fixes them.

e.g. default-src self was fixed to default-src 'self'

fix: uses base64 instead of hex

18 Jul 03:20

Choose a tag to compare

Pre-release

Fixes the encoding for the hashes. Use base64 instead of hex.

Add Quotes to CSP Values

18 Jul 00:16

Choose a tag to compare

Pre-release

Adds quotes to CSP Values.