Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 18 additions & 48 deletions src/chrome/content/rules/Red_Hat.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@

<!--
Disabled by https-everywhere-checker because:
Fetch error: http://apac.redhat.com/ => https://apac.redhat.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://www.apac.redhat.com/ => https://www.apac.redhat.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://webmail.redhat.com/ => https://webmail.redhat.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')

magazine & servicesblog.redhat.com are handled in WordPress-blogs.xml.


Other Red Hat rulesets:

Expand All @@ -29,64 +21,52 @@ Fetch error: http://webmail.redhat.com/ => https://webmail.redhat.com/: (60, 'SS

Nonfunctional hosts in *redhat.com:

- cloudformsblog *
- et ʳ
- ftp ᵈ
- middlewareblog *
- mobileblog *
- redhatstackblog *
- redhatstorage *
- rhelblog *
- servicesblog *
- spacewalk *
- sources ᵈ
- verticalindustriesblog *

* Redirects to www.redhat.com
* Redirects to http
ʳ Refused
ᵈ Dropped


Problematic hosts in *redhat.com:

- cloudformsblog ᵐ
- apac ᴵ
- www.apac ᴵ
- community ᴵ
- www.cz ᵐ
- magazine ᵐ
- middlewareblog ᵐ
- mobileblog ᵐ
- redhatstackblog ᵐ
- redhatstorage ᵐ
- rhelblog ᵐ
- servicesblog ᵐ
- verticalindustriesblog ᵐ

ᵐ Mismatched
ᴵ Incomplete certificate chain

careers: Dropped over http & https


Insecure cookies are set for these domains and hosts:
Insecure cookies are set for these domains and hosts:

- .redhat.com
- .bugzilla.redhat.com
- .smtrcs.redhat.com
- www.redhat.com
- .www.redhat.com

ᶜ See https://owasp.org/index.php/SecureFlag


Mixed content:

- Images on developerblog rhdevelopers.files.wordpress.com ˢ
- Bug on www from s7.addthis.com ˢ

ˢ Secured by us, see https://www.paulirish.com/2010/the-protocol-relative-url/

-->
<ruleset name="Red Hat.com (partial)" default_off='failed ruleset test'>
<ruleset name="Red Hat.com">

<!-- Direct rewrites:
-->
<target host="redhat.com" />
<target host="www.redhat.com" />
<target host="academy.redhat.com" />
<target host="access.redhat.com" />
<target host="apac.redhat.com" />
<target host="www.apac.redhat.com" />
<target host="ar.redhat.com" />
<target host="archive.redhat.com" />
<target host="at.redhat.com" />
Expand All @@ -97,6 +77,7 @@ Fetch error: http://webmail.redhat.com/ => https://webmail.redhat.com/: (60, 'SS
<target host="ca.redhat.com" />
<target host="cn.redhat.com" />
<target host="cz.redhat.com" />
<target host="www.cz.redhat.com" />
<target host="de.redhat.com" />
<target host="developerblog.redhat.com" />
<target host="docs.redhat.com" />
Expand All @@ -111,9 +92,11 @@ Fetch error: http://webmail.redhat.com/ => https://webmail.redhat.com/: (60, 'SS
<target host="in.redhat.com" />
<target host="investors.redhat.com" />
<target host="it.redhat.com" />
<target host="jobs.redhat.com" />
<target host="jp.redhat.com" />
<target host="listman.redhat.com" />
<target host="lk.redhat.com" />
<target host="magazine.redhat.com" />
<target host="mx.redhat.com" />
<target host="openshift.redhat.com" />
<target host="openstack.redhat.com" />
Expand All @@ -127,13 +110,6 @@ Fetch error: http://webmail.redhat.com/ => https://webmail.redhat.com/: (60, 'SS
<target host="smtrcs.redhat.com" />
<target host="support.redhat.com" />
<target host="webmail.redhat.com" />
<target host="www.redhat.com" />

<!-- Complications:
-->
<target host="www.cz.redhat.com" />
<target host="jobs.redhat.com" />


<!-- Not secured by server:
-->
Expand All @@ -143,17 +119,11 @@ Fetch error: http://webmail.redhat.com/ => https://webmail.redhat.com/: (60, 'SS
<!--securecookie host="^www\.redhat\.com$" name="^(AWSELB|JSESSIONID|WL_DCID|java-wapps-t1-sticky-sessions)$" /-->
<!--securecookie host="^\.www\.redhat\.com$" name="^DCID$" /-->

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

<securecookie host=".+" name=".+" />

<rule from="^http://www\.cz\.redhat\.com/"
to="https://cz.redhat.com/" />

<!-- Redirect drops path but not args:
-->
<rule from="^http://jobs\.redhat\.com/"
to="https://www.redhat.com/en/jobs" />

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

Expand Down
2 changes: 1 addition & 1 deletion src/chrome/content/rules/WordPress-blogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<target host="news.efinancialcareers.com" />
<target host="blog.nanigans.com" />
<target host="blog.opengroup.org" />
<target host="magazine.redhat.com" />
<target host="blog.suitabletech.com" />

<securecookie host=".+" name=".+" />

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

</ruleset>