Skip to content

Commit 6196d4f

Browse files
committed
Add ruleset for Udacity.com mismatches
1 parent 95037ec commit 6196d4f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
For rules that are on by default, see Udacity.com.xml
3+
4+
-->
5+
<ruleset name="Udacity.com (mismatches)" default_off="mismatch">
6+
7+
<target host="blog.udacity.com" />
8+
<target host="status.udacity.com" />
9+
<target host="career.udacity.com" />
10+
11+
12+
<rule from="^http:"
13+
to="https:" />
14+
15+
</ruleset>

0 commit comments

Comments
 (0)