blob: d3be58a4cba8ea663d535acb9616845aa7777b43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!--
For other GitHub coverage, see Github.xml.
-->
<ruleset name="GitHub Pages">
<target host="*.github.io" />
<rule from="^http://([^/@:\.]+)\.github\.io/"
to="https://$1.github.io/" />
</ruleset>
|