diff --git a/utils.py b/utils.py index 8920372d9..0873f89ea 100644 --- a/utils.py +++ b/utils.py @@ -1113,7 +1113,7 @@ def dangerous_markup(content: str, allow_local_network_access: bool) -> bool: 'canvas', 'style', 'abbr', 'input', 'frame', 'iframe', 'html', 'body', 'hr', 'allow-popups', 'allow-scripts', - 'amp-' + 'amp-', '?php' ] return _is_dangerous_string_tag(content, allow_local_network_access, separators, invalid_strings)