[HTTPS-E Rulesets] deviantart rulesets

Jennifer Proctor ikilted at googlemail.com
Sat Oct 1 08:34:40 PDT 2011


I use these two rulesets together for deviantart and haven't had any
problems.  I wrote them to fix the problem the old one had with logged
in users trying to view their message inbox.

<ruleset name="DeviantArt">
      <target host="deviantart.com" />
      <target host="*.deviantart.com" />
      <target host="*.deviantart.net" />

<exclusion pattern="^http://(backend|st|fc\d+|th\d+)\.deviantart\.(com|net)/"/>
<exclusion pattern="^http://my\.deviantart\.(com|net)/"/>

      <rule from="^http://deviantart\.com/"
            to="https://www.deviantart.com/" />
      <rule from="^http://([^/:@\.]+)\.deviantart\.(com|net)/"
           to="https://$1.deviantart.com/" />
</ruleset>


<ruleset name="My.deviantArt">
	<target host="my.deviantart.com" />
	<rule from="^http://(www\.)?my.deviantart\.com/"
to="https://my.deviantart.com/"/>
</ruleset>



More information about the HTTPS-Everywhere-Rules mailing list