From 64b60f33f24c555fc474b82afa51f50876846bc5 Mon Sep 17 00:00:00 2001 From: Bofh Date: Sat, 17 Dec 2022 22:51:05 +0100 Subject: [PATCH] Fix cache busting URL + Fix bug not highlighing some texts where there is p/newlines --- index.php | 2 +- js/base.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 64c97ae..825ba3f 100644 --- a/index.php +++ b/index.php @@ -26,7 +26,7 @@ window.cache = {}; window.http_cachebuster = { 'api/v1/http/[^\/]+/accounts/[^\/]+': 'users', 'api/v1/config/trusted_users/add': 'users', - 'api/v1/cache/put?keys=temp_hidden': 'users', + 'api/v1/cache/put/?keys=temp_hidden': 'users', };