release 2.9.4

This commit is contained in:
Tao Bojlén 2020-10-09 20:36:31 +01:00
parent 55994be8bc
commit db04c3a67a
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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';"