Update flag.

This commit is contained in:
retoor 2025-06-06 02:10:28 +02:00
parent 19c88d786e
commit 7dc12c9e7f

View File

@ -14,7 +14,7 @@ from pygments.lexers import get_lexer_by_name
class MarkdownRenderer(HTMLRenderer):
_allow_harmful_protocols = True
_allow_harmful_protocols = False
def __init__(self, app, template):
super().__init__(False, True)