From e99e25c1e7eaa60a737a59c31b703c4038537f90 Mon Sep 17 00:00:00 2001 From: bencroker Date: Fri, 4 Oct 2024 17:41:40 +0200 Subject: [PATCH] 5.9.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c3a03f..c68f9fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ - Added the ability to ignore hints in the Blitz Hints utility ([#714](https://github.com/putyourlightson/craft-blitz/issues/714)). +### Changed + +- CSRF tokens are now only loaded via a script in non-Sprig requests. + ### Fixed -- Fixed a bug that was preventing the organic regeneration of expired cached pages. +- Fixed a bug that was preventing the organic regeneration of expired cached pages. ## 5.8.1 - 2024-10-01