1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00

mark action url safe (#7454)

This commit is contained in:
lian
2025-02-11 22:00:14 +08:00
committed by GitHub
parent ef7ac1dd8b
commit 24147256b4

View File

@@ -7,7 +7,7 @@
{% endblock %}
{% block extra_data %}
actionURL: '{{action_url}}',
actionURL: '{{action_url|safe}}',
accessToken: '{{access_token}}',
accessTokenTtl: '{{access_token_ttl}}',
{% endblock %}