We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5dc9b2 + eb5ad74 commit 30d4579Copy full SHA for 30d4579
src/chrome/content/rules/Colorado_Secretary_of_State.xml
@@ -1,15 +1,15 @@
1
<!--
2
- - Some (most?) pages redirect to http
3
- - Cert only matches www
4
-
+ Invalid certificate:
+ jobs.sos.state.co.us
5
-->
6
-<ruleset name="Colorado Secretary of State (partial)">
+<ruleset name="Colorado Secretary of State">
7
8
<target host="sos.state.co.us" />
9
<target host="www.sos.state.co.us" />
+ <target host="bartels-on.sos.state.co.us" />
10
11
+ <securecookie host=".+" name=".+" />
12
- <rule from="^http://(?:www\.)sos\.state\.co\.us/pubs/"
13
- to="https://$1sos.state.co.us/pubs/" />
+ <rule from="^http:" to="https:" />
14
15
</ruleset>
0 commit comments