Skip to content

Commit e786490

Browse files
authored
prosody.im is fixed (EFForg#18823)
1 parent aa6d017 commit e786490

1 file changed

Lines changed: 3 additions & 27 deletions

File tree

src/chrome/content/rules/Prosody.im.xml

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
-->
181
<ruleset name="Prosody.im">
192

20-
<!-- Direct rewrites:
21-
-->
223
<target host="prosody.im" />
23-
<target host="hg.prosody.im" />
24-
25-
<!-- Complications:
26-
-->
274
<target host="www.prosody.im" />
28-
29-
30-
<rule from="^http://www\.prosody\.im/"
31-
to="https://prosody.im/" />
5+
<target host="issues.prosody.im" />
6+
<target host="blog.prosody.im" />
7+
<target host="hg.prosody.im" />
328

339
<rule from="^http:"
3410
to="https:" />

0 commit comments

Comments
 (0)