Skip to content

Commit a13ef63

Browse files
committed
Allow nonce and referrerpolicy attribute
1 parent d7474a4 commit a13ef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IHP/HSX/Parser.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ attributes = Set.fromList
352352
, "visibility", "word-spacing", "writing-mode", "is"
353353
, "cellspacing", "cellpadding", "bgcolor", "classes"
354354
, "loading"
355-
, "frameborder", "allow", "allowfullscreen"
355+
, "frameborder", "allow", "allowfullscreen", "nonce"
356356
]
357357

358358
parents :: Set Text

0 commit comments

Comments
 (0)