Skip to content

Commit 04b9dbc

Browse files
committed
Merge pull request EFForg#2483 from galenide/improved-california-boe-ruleset
[California State Board of Equalization] Added test URLs
2 parents f777b1d + 9e967f6 commit 04b9dbc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/chrome/content/rules/CA-State-Board-of-Equalization.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
<!--
2-
Disabled by https-everywhere-checker because:
3-
Fetch error: http://boe.ca.gov/ => https://www.boe.ca.gov/: (60, 'SSL certificate problem: unable to get local issuer certificate')
4-
Fetch error: http://efile.boe.ca.gov/ => https://efile.boe.ca.gov/: (7, 'Failed to connect to efile.boe.ca.gov port 80: Connection refused')
5-
Fetch error: http://www.boe.ca.gov/ => https://www.boe.ca.gov/: (60, 'SSL certificate problem: unable to get local issuer certificate')
6-
-->
7-
<ruleset name="California State Board of Equalization" default_off='failed ruleset test'>
1+
<ruleset name="California State Board of Equalization">
82
<target host="boe.ca.gov" />
93
<target host="efile.boe.ca.gov" />
104
<target host="www.boe.ca.gov" />
115

126
<securecookie host="^(?:efile|www)\.boe\.ca\.gov$"
137
name=".+" />
148

9+
<test url="https://boe.ca.gov/" />
10+
<test url="http://efile.boe.ca.gov/ereg/" />
11+
1512
<rule from="^(?:http://(?:www\.)?|https://)boe\.ca\.gov/"
1613
to="https://www.boe.ca.gov/" />
1714
<rule from="^http://efile\.boe\.ca\.gov/"

0 commit comments

Comments
 (0)