Skip to content

Commit de1fe4d

Browse files
committed
Merge PR #95
2 parents 0df08da + 9379b11 commit de1fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/better_html/test_helper/safe_erb/allowed_script_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module BetterHtml
66
module TestHelper
77
module SafeErb
88
class AllowedScriptType < Base
9-
VALID_JAVASCRIPT_TAG_TYPES = ["application/ld+json", "text/javascript", "text/template", "text/html"]
9+
VALID_JAVASCRIPT_TAG_TYPES = ["application/ld+json", "text/javascript", "text/template", "text/html", "module"]
1010

1111
def validate
1212
script_tags.each do |tag, _|

0 commit comments

Comments
 (0)