Skip to content

Commit 0e26ab7

Browse files
committed
Merge pull request EFForg#1256 from julianladisch/uofmhealth.org
[University of Michigan Health (uofmhealth.org)] fix rule from EFForg#171
2 parents d7aaeea + 32cc677 commit 0e26ab7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- uofmhealthblogs.org does not provide https -->
2+
<ruleset name="University of Michigan Health - uofmhealth.org (partial)">
3+
<target host= "uofmhealth.org"/>
4+
<target host= "www.uofmhealth.org"/>
5+
<target host= "myuofmhealth.org"/>
6+
<target host="www.myuofmhealth.org"/>
7+
<securecookie host="^(www)?\.uofmhealth\.org$" name=".+"/>
8+
<rule from="^http://uofmhealth\.org/"
9+
to="https://www.uofmhealth.org/"/>
10+
<rule from="^http://myuofmhealth\.org/"
11+
to="https://www.myuofmhealth.org/"/>
12+
<rule from="^http:"
13+
to="https:"/>
14+
</ruleset>

0 commit comments

Comments
 (0)