diff --git a/src/snek/system/template.py b/src/snek/system/template.py index cd3fd51..5320af9 100644 --- a/src/snek/system/template.py +++ b/src/snek/system/template.py @@ -88,8 +88,8 @@ def sanitize_html(value): for script in soup.find_all('script'): script.decompose() - for iframe in soup.find_all('iframe'): - iframe.decompose() + #for iframe in soup.find_all('iframe'): + #iframe.decompose() for tag in soup.find_all(['object', 'embed']): tag.decompose()