Skip to content

Commit a729a28

Browse files
authored
Merge pull request #1264 from Ry0taK/develop
Remove sandbox attribute
2 parents 85fc41c + f26a732 commit a729a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ whiteList['style'] = []
2020
// allow kbd tag
2121
whiteList['kbd'] = []
2222
// allow ifram tag with some safe attributes
23-
whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', 'src', 'width', 'height']
23+
whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'src', 'width', 'height']
2424
// allow summary tag
2525
whiteList['summary'] = []
2626
// allow ruby tag

0 commit comments

Comments
 (0)