zulip/zerver/lib/markdown
Tim Abbott 545911b051 markdown: Remove useless locless_schemes check.
This check was copied from upstream python-markdown's "safe mode"
before they removed that feature.  The upstream history is that they
introduced this check in
2db5d1c8e4,
which was not a complete security check, and then added the
immediately following check (with an allowlist of schemes) in
0b4ffbb60e.

Their first, incomplete check provides no security benefit and makes
the code hard to reason about, so we remove it.
2021-09-09 09:03:40 -07:00
..
__init__.py markdown: Remove useless locless_schemes check. 2021-09-09 09:03:40 -07:00
api_arguments_table_generator.py openapi: Fix 'no parameters found' with x-parameter-description. 2021-06-24 10:38:33 -07:00
api_return_values_table_generator.py openapi: Add missing __init__.py; fix type errors hidden by its absence. 2021-07-05 12:20:39 -07:00
fenced_code.py fenced_code: Use find_lexer_class_by_name. 2021-08-02 22:31:46 -07:00
help_emoticon_translations_table.py python: Strip leading and trailing spaces from docstrings. 2021-05-07 22:42:39 -07:00
help_relative_links.py gear_menu: Rename "Settings" option to "Personal settings". 2021-07-01 11:47:14 -07:00
help_settings_links.py settings: Rename 'Your bots' to 'Bots' in settings sidebar. 2021-07-01 12:14:48 -07:00
include.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
nested_code_blocks.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
tabbed_sections.py docs: Correct Big Blue Button to BigBlueButton. 2021-07-05 16:59:00 -07:00
testing_mocks.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00