We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b252e commit 1e98044Copy full SHA for 1e98044
1 file changed
src/chrome/content/rules/IRS.gov.xml
@@ -5,8 +5,13 @@
5
<target host="jobs.irs.gov" />
6
<target host="sa.www4.irs.gov" />
7
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
+
11
<securecookie host="^(?:www|apps|jobs|sa\.www4)?(?:\.)?irs\.gov$" name=".+" />
12
13
+ <rule from="^http://irs\.gov/"
14
+ to="https://www.irs.gov/" />
15
<rule from="^http:"
16
to="https:" />
17
</ruleset>
0 commit comments