add sanitize=False to all ui.html elements

This commit is contained in:
2025-10-05 21:04:10 +03:00
parent 883cfcc830
commit 7090cdd635
5 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class PlyrVideoPlayer:
)
with ui.element("div").classes("plyr-container"):
ui.html(video_html)
ui.html(video_html, sanitize=False)
options = {}
options.setdefault("settings", [])