From 1912e4611363f8b7594f51d5945ff7a6c30c4c04 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 9 Apr 2021 06:05:27 +0200 Subject: [PATCH 1/2] Remove strict CSP header for #4622 --- app/Http/Middleware/SecureHeaders.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Middleware/SecureHeaders.php b/app/Http/Middleware/SecureHeaders.php index e80efdc003..adfb242a44 100644 --- a/app/Http/Middleware/SecureHeaders.php +++ b/app/Http/Middleware/SecureHeaders.php @@ -53,8 +53,6 @@ class SecureHeaders $csp = [ "default-src 'none'", "object-src 'none'", - "require-trusted-types-for 'script'", - //sprintf("script-src 'unsafe-inline' 'strict-dynamic' 'nonce-%1s' %2s", $nonce, $trackingScriptSrc), sprintf("script-src 'unsafe-eval' 'strict-dynamic' 'self' 'unsafe-inline' 'nonce-%1s' %2s", $nonce, $trackingScriptSrc), "style-src 'unsafe-inline' 'self'", "base-uri 'self'", From 56054531a31d2c6a233f83aca120ce85abdbbd82 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 9 Apr 2021 06:06:41 +0200 Subject: [PATCH 2/2] Jump to 5.5.5 --- changelog.md | 6 +++++- config/firefly.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 918098d7ae..4829b4ee63 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 5.5.4 (API 1.5.2) 2021-04-09 +## 5.5.5 (API 1.5.2) 2021-04-09 Firefly III features a new *experimental* layout that I'm currently building. You can enable it by setting environment variable `FIREFLY_III_LAYOUT=v2`. Check out [GitHub](https://github.com/firefly-iii/firefly-iii/issues/4618) for the announcement and status updates. This release features an update API version. Check out [the difference](https://github.com/firefly-iii/api-docs-generator/compare/1.5.1...1.5.2). @@ -20,6 +20,10 @@ Firefly III features a new *experimental* layout that I'm currently building. Yo - New endpoint to bulk update transactions. - The chart API endpoint includes the time in the labels. +## 5.5.4 + +Skipped. + ## 5.5.3 (API 1.5.1) 2021-04-03 ### Changed diff --git a/config/firefly.php b/config/firefly.php index 971585fe7a..22afa93425 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -99,7 +99,7 @@ return [ 'webhooks' => false, ], - 'version' => '5.5.4', + 'version' => '5.5.5', 'api_version' => '1.5.2', 'db_version' => 16, 'maxUploadSize' => 1073741824, // 1 GB