Skip to content

Commit b14827d

Browse files
author
MB
committed
Rare.us
1 parent ddb9dbe commit b14827d

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<ruleset name="Rare.us">
2+
3+
<target host="rare.us" />
4+
<target host="www.rare.us" />
5+
6+
7+
<rule from="^http://(www\.)?rare\.us/"
8+
to="https://$1rare.us/" />
9+
10+
</ruleset>

src/chrome/content/rules/WordPress-blogs.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
- blog.loomio.org
1313
- blog.magellanmodels.com
1414
- blog.onlive.com
15-
- (www.)rare.us
1615
- blog.rstudio.org
1716
- blog.suitabletech.com
1817
- blog.zamzar.com
@@ -75,8 +74,6 @@
7574
<target host="blog.peopleschoice.com" />
7675
<target host="perspectives-project.org" />
7776
<target host="www.perspectives-project.org" />
78-
<target host="rare.us" />
79-
<target host="www.rare.us" />
8077
<target host="magazine.redhat.com" />
8178
<target host="servicesblog.redhat.com" />
8279
<target host="blog.safariflow.com" />
@@ -227,9 +224,6 @@
227224
<rule from="^http://(?:www\.)?perspectives-project\.org/"
228225
to="https://perspectives-project.org/" />
229226

230-
<rule from="^http://(?:www\.)?rare\.us/"
231-
to="https://rare.us/" />
232-
233227
<rule from="^http://(magazine|servicesblog)\.redhat\.com/"
234228
to="https://$1.redhat.com/" />
235229

0 commit comments

Comments
 (0)