From ccdf24425f2e6a953f5198fb992b6ba262ab1776 Mon Sep 17 00:00:00 2001 From: Demian Date: Sat, 6 Jun 2026 19:01:18 +0200 Subject: [PATCH] Fix security allowContent to empty list --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a73c8f0..596bb8c 100644 --- a/config.toml +++ b/config.toml @@ -48,7 +48,7 @@ darkTheme = "catppuccin-macchiato" # Theme for dark mode lightTheme = "catppuccin-frappe" # Theme for light mode [security] -allowContent = ['text/html'] +allowContent = [] [outputs] home = ["HTML", "JSON"]