aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-06-18 15:15:36 -0500
committercitrons <citrons@mondecitronne.com>2025-06-18 15:15:36 -0500
commit0579cf856680da4782e6ac9f97650d85973713a1 (patch)
treea2d45d69e0184bd42b4d1513964966cc8fc71db6
parent6399f7ad0e1bb8441f38eb613e701467fc3c3957 (diff)
reenable things that aren't iframesHEADtrunk
-rw-r--r--apioforum/mdrender.py2
1 files changed, 1 insertions, 1 deletions
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 " + \