We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d125846 commit 23fb4daCopy full SHA for 23fb4da
src/chrome/content/rules/Identica.xml
@@ -2,5 +2,13 @@
2
<target host="www.identi.ca" />
3
<target host="identi.ca" />
4
5
- <rule from="^http://(www\.)?identi\.ca/" to="https://identi.ca/"/>
+ <!-- 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/" />
14
</ruleset>
0 commit comments