commit: 40d40d67a3cee4d57f9200d0980df1b21d08a834
parent cbc5b8cebd9255e0c49e8fb02daed4680be1d336
Author: Lain Soykaf <lain@lain.com>
Date: Fri, 2 Jun 2023 17:09:23 +0400
Add changelog.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/changelog.d/3901.security b/changelog.d/3901.security
@@ -0,0 +1 @@
+Preload: Make generated JSON html-safe. It already was html safe because it only consists of config data that is base64 encoded, but this will keep it safe it that ever changes.