Skip to content

Commit

Permalink
mark action url safe (#7454)
Browse files Browse the repository at this point in the history
  • Loading branch information
imwhatiam authored Feb 11, 2025
1 parent ef7ac1d commit 2414725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seahub/templates/wopi_file_view_react.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% endblock %}

{% block extra_data %}
actionURL: '{{action_url}}',
actionURL: '{{action_url|safe}}',
accessToken: '{{access_token}}',
accessTokenTtl: '{{access_token_ttl}}',
{% endblock %}
Expand Down

0 comments on commit 2414725

Please sign in to comment.