Skip to content

Commit 14b7997

Browse files
author
MB
committed
350
1 parent f4f8b3d commit 14b7997

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/chrome/content/rules/350.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
Nonfunctional subdomains:
3+
4+
- (www.)
5+
- local
6+
- static.local
7+
- math *
8+
- world *
9+
10+
* Redirects to http, CN: *.wpengine.com
11+
12+
13+
Problematic subdomains:
14+
15+
- pacific (works, mismatched, CN: *.posterous.com)
16+
17+
-->
18+
<ruleset name="350 (partial)">
19+
20+
<target host="*.350.org" />
21+
22+
23+
<securecookie host="^act\.350\.org$" name=".+" />
24+
25+
26+
<rule from="^http://act\.350\.org/"
27+
to="https://act.350.org/" />
28+
29+
<rule from="^https?://pacific\.350\.org/(bundl|imag)es/"
30+
to="https://posterous.com/$1es/" />
31+
32+
</ruleset>

0 commit comments

Comments
 (0)