diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c686dc..58afdc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [2.9.4 - 2020-10-09] + +### Fixed + +- Fix CSP issues for Plausible analytics + ## [2.9.3 - 2020-10-09] ### Added diff --git a/netlify.toml b/netlify.toml index 4b3f5fc..b4e0766 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,5 +25,5 @@ X-Content-Type-Options = "nosniff" X-Frame-Options = "DENY" X-XSS-Protection = "1" - Content-Security-Policy = "default-src 'self' https://*.fediverse.space; style-src 'self' 'unsafe-inline'; script-src 'self' https://*.fediverse.space https://plausible.cursed.technology" + Content-Security-Policy = "default-src 'self' https://*.fediverse.space https://plausible.cursed.technology; style-src 'self' 'unsafe-inline';"