Skip to content

Commit ed36cab

Browse files
committed
[Pidgin] Move from master to stable
1 parent 56d0300 commit ed36cab

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed
Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1-
<ruleset name="Pidgin (partial)">
1+
<ruleset name="Pidgin">
22

3-
<!--target host="pidgin.im" /-->
4-
<target host="developer.pidgin.im" />
5-
<!--target host="www.pidgin.im" /-->
3+
<target host="pidg.in" />
4+
<target host="www.pidg.in" />
5+
<target host="pidgin.im" />
6+
<target host="*.pidgin.im" />
67

7-
<!-- They've made this more tricky, so disabled for now.
88

9-
<rule from="^http://(www\.)?pidgin\.im/shared/"
10-
to="https://developer.pidgin.im/shared/" /-->
9+
<securecookie host="^developer\.pidgin\.im$" name=".*" />
1110

12-
<rule from="^http://developer\.pidgin\.im/(chrome|extension|static|viewmtn)/"
13-
to="https://developer.pidgin.im/$1/"/>
1411

15-
<securecookie host="^developer\.pidgin\.im$" name=".*"/>
12+
<rule from="^http://(www\.)?pidg\.in/"
13+
to="https://$1pidg.in/" />
14+
15+
<!-- Known subdomains:
16+
17+
- developer
18+
- hg
19+
- planet
20+
- rock
21+
- rpm
22+
- stats
23+
- www
24+
-->
25+
<rule from="^http://(\w+\.)?pidgin\.im/"
26+
to="https://$1pidgin.im/" />
1627

1728
</ruleset>

0 commit comments

Comments
 (0)