From 0579cf856680da4782e6ac9f97650d85973713a1 Mon Sep 17 00:00:00 2001 From: citrons Date: Wed, 18 Jun 2025 15:15:36 -0500 Subject: reenable things that aren't iframes --- apioforum/mdrender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apioforum/mdrender.py b/apioforum/mdrender.py index db08637..886000c 100644 --- a/apioforum/mdrender.py +++ b/apioforum/mdrender.py @@ -40,7 +40,7 @@ class IFrameCSS: class IFrameSandboxFilter(Filter): def sanitize_token(self, token): if token["type"] != "StartTag": - return + return token if token["name"] == "iframe": token["data"][(None, "sandbox")] = \ "allow-forms " + \ -- cgit v1.2.3