We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c1f27 commit 93604beCopy full SHA for 93604be
src/chrome/content/rules/GoingAwesomePlaces.com.xml
@@ -0,0 +1,14 @@
1
+<!--
2
+ Invalid certificate:
3
+ - www.goingawesomeplaces.com, equivalent to goingawesomeplaces.com
4
+-->
5
+
6
+<ruleset name="GoingAwesomePlaces.com">
7
+ <target host="goingawesomeplaces.com" />
8
+ <target host="www.goingawesomeplaces.com" />
9
10
+ <rule from="^http://www\.goingawesomeplaces\.com/"
11
+ to="https://goingawesomeplaces.com/" />
12
13
+ <rule from="^http:" to="https:" />
14
+</ruleset>
0 commit comments