You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section 5.1 of RFC 2045 states that "[the MIME] type, subtype, and parameter names are not case sensitive." However, MIME types in the type attribute of script elements are not handled in a case insensitive manner in html/template. The following template:
Section 5.1 of RFC 2045 states that "[the MIME] type, subtype, and parameter names are not case sensitive." However, MIME types in the type attribute of script elements are not handled in a case insensitive manner in html/template. The following template:
produces the following output
The problem is that the type value is read directly from the template here and is never converted to lowercase when checked here.
The text was updated successfully, but these errors were encountered: