diff --git a/utils.py b/utils.py index 0873f89ea..c1d6567fb 100644 --- a/utils.py +++ b/utils.py @@ -1101,7 +1101,7 @@ def dangerous_markup(content: str, allow_local_network_access: bool) -> bool: """ separators = [['<', '>'], ['<', '>']] invalid_strings = [ - 'analytics', 'ampproject', 'googleapis' + 'analytics', 'ampproject', 'googleapis', '_exec(' ] if _is_dangerous_string_simple(content, allow_local_network_access, separators, invalid_strings):