summaryrefslogtreecommitdiff
path: root/public/js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js')
-rw-r--r--public/js/render.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/js/render.js b/public/js/render.js
index 860f8272..23b8934e 100644
--- a/public/js/render.js
+++ b/public/js/render.js
@@ -19,12 +19,12 @@ whiteList['style'] = []
whiteList['kbd'] = []
// allow ifram tag with some safe attributes
whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', 'src', 'width', 'height']
-// allow details tag
-whiteList['details'] = []
-// allow summary tag for details
+// allow summary tag
whiteList['summary'] = []
// allow ruby tag
whiteList['ruby'] = []
+// allow rp tag for ruby
+whiteList['rp'] = []
// allow rt tag for ruby
whiteList['rt'] = []
// allow figure tag