Skip to content

Commit

Permalink
Refer to the OASIS JIRA ticket about data: URIs in mdui:Logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 5, 2013
1 parent 8c52106 commit 420138d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mdx/_rules/check_mdui.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@
This is a SHOULD in the specification; we treat it as a MUST here.
Exception: allow data: URIs as well.
Exception: allow data: URIs as well. The spec is currently
ambiguous about this, clarification ticket is here:
https://tools.oasis-open.org/issues/browse/SECURITY-24
-->
<xsl:if test="not(starts-with(., 'https://'))">
<xsl:if test="not(starts-with(., 'data:'))">
Expand Down

0 comments on commit 420138d

Please sign in to comment.