Skip to content

Commit 23fb4da

Browse files
committed
OpenID exclusion for identi.ca
Conflicts: src/chrome/content/rules/Identica.xml
1 parent d125846 commit 23fb4da

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/chrome/content/rules/Identica.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
<target host="www.identi.ca" />
33
<target host="identi.ca" />
44

5-
<rule from="^http://(www\.)?identi\.ca/" to="https://identi.ca/"/>
5+
<!-- https://mail1.eff.org/pipermail/https-everywhere-rules/2011-November/000793.html -->
6+
<exclusion pattern="^http://identi\.ca/main/openid" />
7+
8+
<rule from="^http://(?:www\.)?identi\.ca/"
9+
to="https://identi.ca/"/>
10+
<rule from="^http://files\.status\.net/"
11+
to="https://files.status.net/"/>
12+
<rule from="^http://(meteor\d+\.identi\.ca)/"
13+
to="https://$1/" />
614
</ruleset>

0 commit comments

Comments
 (0)