We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae3de4b + 24d0045 commit 016add6Copy full SHA for 016add6
src/chrome/content/rules/FootprintCalculator.org.xml
@@ -0,0 +1,18 @@
1
+<!--
2
+ Time out
3
+ footprintcalculator.org
4
+
5
+-->
6
+<ruleset name="FootprintCalculator.org">
7
8
+ <target host="footprintcalculator.org" />
9
+ <target host="www.footprintcalculator.org" />
10
+ <target host="geoip.footprintcalculator.org" />
11
12
+ <rule from="^http://footprintcalculator\.org/"
13
+ to="https://www.footprintcalculator.org/" />
14
15
+ <rule from="^http:"
16
+ to="https:" />
17
18
+</ruleset>
0 commit comments