We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39817a9 commit 37cb9fcCopy full SHA for 37cb9fc
1 file changed
src/chrome/content/rules/GMO.com.xml
@@ -0,0 +1,21 @@
1
+<!--
2
+ ^: cert only matches www
3
+
4
+-->
5
+<ruleset name="GMO.com">
6
7
+ <target host="gmo.com" />
8
+ <target host="www.gmo.com" />
9
10
11
+ <!-- Not secured by server:
12
+ -->
13
+ <!--securecookie host="^www\.gmo\.com$" name="^ASP\.NET_SessionId$" /-->
14
15
+ <securecookie host="^www\.gmo\.com$" name=".+" />
16
17
18
+ <rule from="^http://(?:www\.)?gmo\.com/"
19
+ to="https://www.gmo.com/" />
20
21
+</ruleset>
0 commit comments