release 2.9.4
This commit is contained in:
parent
55994be8bc
commit
db04c3a67a
|
@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
## [2.9.4 - 2020-10-09]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix CSP issues for Plausible analytics
|
||||||
|
|
||||||
## [2.9.3 - 2020-10-09]
|
## [2.9.3 - 2020-10-09]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -25,5 +25,5 @@
|
||||||
X-Content-Type-Options = "nosniff"
|
X-Content-Type-Options = "nosniff"
|
||||||
X-Frame-Options = "DENY"
|
X-Frame-Options = "DENY"
|
||||||
X-XSS-Protection = "1"
|
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';"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue