Rawgithub.com.xml 246 B

123456789101112131415
  1. <!--
  2. www: cert only matches ^rawgithub.com
  3. -->
  4. <ruleset name="rawgithub.com">
  5. <target host="rawgithub.com" />
  6. <target host="www.rawgithub.com" />
  7. <rule from="^http://(?:www\.)?rawgithub\.com/"
  8. to="https://rawgithub.com/" />
  9. </ruleset>