The ruleset for <a href="http://wizards.com">wizards.com</a> doesn't work with some subscriber-only Silverlight content, I think because some of it is hosted off-site.  Below is a partial fix.  For some reason, the excludes don't work when launching content by using the javascript "Launch" button at < <a href="https://www.wizards.com/dnd/Tools.aspx">https://www.wizards.com/dnd/Tools.aspx</a> > or the respective product pages.  I'm not sure why.  Anyway, the below rulesset works on direct links, which is an improvement over not working at all:<br>
<br>Wizards.xml<br><br><ruleset name="Wizards of the Coast"><br>    <target host="<a href="http://www.wizards.com">www.wizards.com</a>"/><br>    <target host="<a href="http://wizards.com">wizards.com</a>"/><br>
    <br>    <exclusion pattern="^<a href="http://www">http://www</a>\.wizards\.com/dnd/launch\.aspx\?x=dnd/dnd/cblaunch"/><br>    <exclusion pattern="^<a href="http://www">http://www</a>\.wizards\.com/dnd/launch\.aspx\?x=dnd/dnd/atlaunch"/><br>
    <rule from="^http://(?:www\.)?wizards\.com/" to="<a href="https://www.wizards.com/">https://www.wizards.com/</a>"/><br></ruleset><br>