Karl 608c57f719 fix(cache): implement query-string-based cache busting
Update the `make_cache_key` function to include the request query string
in the generated key. This allows for manual cache busting by appending
version parameters to redirects.

In the `delete_account` route, replace manual cache deletion logic with
a redirect containing a timestamped nonce. This ensures that the user's
account list and home page views are refreshed without requiring explicit
knowledge of all internal cache keys.
2026-04-06 17:24:55 +01:00
2025-07-14 20:10:20 +01:00
2025-07-13 16:00:52 +01:00
2025-09-05 14:31:37 +01:00
2025-07-19 11:56:17 +01:00
2025-08-11 09:15:18 +01:00
2025-07-15 09:28:15 +01:00
cwc
2025-05-09 16:31:14 +01:00
2025-07-15 17:59:49 +01:00
2025-07-18 11:51:01 +01:00
2025-07-17 16:02:01 +01:00
2025-07-18 11:51:01 +01:00
2025-07-14 14:31:05 +01:00
2025-09-05 14:33:19 +01:00
Description
No description provided
554 KiB
Languages
HTML 49.2%
Python 46.6%
CSS 2%
JavaScript 1.5%
Shell 0.7%