1 parent aa6d017 commit e786490Copy full SHA for e786490
1 file changed
src/chrome/content/rules/Prosody.im.xml
@@ -1,34 +1,10 @@
1
-<!--
2
- Nonfunctional subdomains:
3
-
4
- - blog (shows hg)
5
6
7
- Problematic subdomains:
8
9
- - www (shows hg)
10
11
12
- Fully covered subdomains:
13
14
- - (www.) (www → ^)
15
- - hg
16
17
--->
18
<ruleset name="Prosody.im">
19
20
- <!-- Direct rewrites:
21
- -->
22
<target host="prosody.im" />
23
- <target host="hg.prosody.im" />
24
25
- <!-- Complications:
26
27
<target host="www.prosody.im" />
28
29
30
- <rule from="^http://www\.prosody\.im/"
31
- to="https://prosody.im/" />
+ <target host="issues.prosody.im" />
+ <target host="blog.prosody.im" />
+ <target host="hg.prosody.im" />
32
33
<rule from="^http:"
34
to="https:" />
0 commit comments