Skip to content

Commit c86c8b8

Browse files
committed
Merge branch 'fix-red-hat-rules' of https://github.com/jimpriest/https-everywhere into jimpriest-fix-red-hat-rules
2 parents 02f2844 + fbfd01f commit c86c8b8

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

src/chrome/content/rules/Red_Hat.xml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -125,37 +125,15 @@
125125
<target host="support.redhat.com" />
126126
<target host="webmail.redhat.com" />
127127
<target host="www.redhat.com" />
128+
<target host="jobs.redhat.com" />
129+
<target host="investors.redhat.com" />
128130

129-
<!-- Complications:
130-
-->
131+
<!-- Complications: -->
131132
<target host="www.cz.redhat.com" />
132133
<target host="et.redhat.com" />
133-
<target host="investors.redhat.com" />
134-
<target host="jobs.redhat.com" />
135-
136-
<exclusion pattern="^http://investors\.redhat\.com/(?!common/)" />
137-
138-
<!-- +ve:
139-
-->
140-
<test url="http://investors.redhat.com/corporate-governance.cfm" />
141-
<test url="http://investors.redhat.com/results.cfm" />
142-
143-
<!-- -ve:
144-
-->
145-
<test url="http://investors.redhat.com/common/css/ndq-common.css" />
146-
147-
148-
<!-- Not secured by server:
149-
-->
150-
<!--securecookie host="^\.redhat\.com$" name="^(JSESSIONIDSSO|become_user|rh_become|rh_shared_auth|rh_user|rh_user_detail)$" /-->
151-
<!--securecookie host="^\.bugzilla\.redhat\.com$" name="^(BROWSE_PRODUCT|Bugzilla_login_request_cookie|DEFAULTFORMAT)$" /-->
152-
<!--securecookie host="^\.smtrcs\.redhat\.com$" name="^s_vi$" /-->
153-
<!--securecookie host="^www\.redhat\.com$" name="^(AWSELB|JSESSIONID|WL_DCID|java-wapps-t1-sticky-sessions)$" /-->
154-
<!--securecookie host="^\.www\.redhat\.com$" name="^DCID$" /-->
155134

156135
<securecookie host="." name="." />
157136

158-
159137
<rule from="^http://www\.cz\.redhat\.com/"
160138
to="https://cz.redhat.com/" />
161139

@@ -167,11 +145,8 @@
167145
<test url="http://et.redhat.com/foo" />
168146
<test url="http://et.redhat.com/foo?bar" />
169147

170-
<rule from="^http://investors\.redhat\.com/"
171-
to="https://investor.shareholder.com/" />
172-
173148
<rule from="^http://jobs\.redhat\.com/"
174-
to="https://redhat.sc.hodesdigital.com/" />
149+
to="https://www.redhat.com/en/jobs" />
175150

176151
<rule from="^http:"
177152
to="https:" />

0 commit comments

Comments
 (0)