We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7aaeea + 32cc677 commit 0e26ab7Copy full SHA for 0e26ab7
src/chrome/content/rules/UofMHealth.org.xml
@@ -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