NewsBlur/vendor/feedvalidator/demo/docs-xml/warning/ContainsScript.xml

23 lines
818 B
XML

<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p><code>foo</code> should not contain <code>script</code> tag</p>
</div>
<div id='explanation'>
<p>Some RSS elements are allowed to contain HTML. However, some HTML tags, like <code>script</code>, are potentially dangerous and could cause unwanted side effects in browser-based news aggregators. In a perfect world, these dangerous tags would be stripped out on the client side, but it's not a perfect world, so you should make sure to strip them out yourself.</p>
<p>The validator will flag any element that contains any of these HTML tags:</p>
<p><code>script</code></p>
<p><code>meta</code></p>
<p><code>embed</code></p>
<p><code>object</code></p>
</div>
<div id='solution'>
<p>Remove the offending HTML tags.</p>
</div>
</div>
</fvdoc>