We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88799c commit a405faaCopy full SHA for a405faa
1 file changed
src/chrome/content/rules/Effi.org.xml
@@ -1,6 +1,21 @@
1
+<!--
2
+ Invalid certificate:
3
+ shop.effi.org
4
+ snowden.effi.org
5
+ tor.effi.org
6
+
7
+-->
8
<ruleset name="Effi.org">
- <target host="effi.org"/>
- <target host="www.effi.org"/>
- <rule from="^http://(?:www\.)?effi\.org/" to="https://effi.org/"/>
9
10
+ <target host="effi.org" />
11
+ <target host="www.effi.org" />
12
+ <target host="acta.effi.org" />
13
+ <target host="listat.effi.org" />
14
+ <target host="lists.effi.org" />
15
+ <target host="riisto.effi.org" />
16
+ <target host="wiki.effi.org" />
17
+ <target host="winston.effi.org" />
18
19
+ <rule from="^http:" to="https:" />
20
21
</ruleset>
-<!-- Rule generated by HTTPS Finder 0.85 -->
0 commit comments