We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a633d7d commit 9a2190eCopy full SHA for 9a2190e
1 file changed
src/chrome/content/rules/opencaching.us.xml
@@ -0,0 +1,23 @@
1
+<!--
2
+ Opencaching US
3
+ Last test date: 06.11.2017
4
+
5
+ Development/testing pages, let them without for developer/tester:
6
+ - test.opencaching.us
7
+-->
8
+<ruleset name="opencaching.us">
9
+ <!-- Main page -->
10
+ <target host="opencaching.us" />
11
+ <target host="www.opencaching.us" />
12
13
+ <!-- Sub page - Blog -->
14
+ <target host="blog.opencaching.us" />
15
16
+ <!-- Sub page - Forum -->
17
+ <target host="forum.opencaching.us" />
18
19
+ <!-- Sub page - Wiki -->
20
+ <target host="wiki.opencaching.us" />
21
22
+ <rule from="^http:" to="https:" />
23
+</ruleset>
0 commit comments