diff options
author | citrons <citrons@mondecitronne.com> | 2025-06-18 15:15:36 -0500 |
---|---|---|
committer | citrons <citrons@mondecitronne.com> | 2025-06-18 15:15:36 -0500 |
commit | 0579cf856680da4782e6ac9f97650d85973713a1 (patch) | |
tree | a2d45d69e0184bd42b4d1513964966cc8fc71db6 | |
parent | 6399f7ad0e1bb8441f38eb613e701467fc3c3957 (diff) |
-rw-r--r-- | apioforum/mdrender.py | 2 |
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 " + \ |