Skip to content

Commit 1e98044

Browse files
committed
Fix redirect & add new test URLs
1 parent 47b252e commit 1e98044

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/chrome/content/rules/IRS.gov.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
<target host="jobs.irs.gov" />
66
<target host="sa.www4.irs.gov" />
77

8+
<test url="http://sa.www4.irs.gov/irfof-efp/start.do" />
9+
<test url="http://sa.www4.irs.gov/irfof/lang/en/irfofgetstatus.jsp" />
10+
811
<securecookie host="^(?:www|apps|jobs|sa\.www4)?(?:\.)?irs\.gov$" name=".+" />
912

13+
<rule from="^http://irs\.gov/"
14+
to="https://www.irs.gov/" />
1015
<rule from="^http:"
1116
to="https:" />
1217
</ruleset>

0 commit comments

Comments
 (0)