Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Remove duplicated 'jobs.linux.com' (#11599)
Browse files Browse the repository at this point in the history
* Update Linux.com.xml

* Update JobThread.com.xml
  • Loading branch information
Chan Chak Shing authored and J0WI committed Aug 1, 2017
1 parent 3247c21 commit 2d54a6f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 118 deletions.
19 changes: 0 additions & 19 deletions src/chrome/content/rules/JobThread-clients.xml

This file was deleted.

14 changes: 14 additions & 0 deletions src/chrome/content/rules/JobThread.com.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
Non-functional hosts
Timeout was reached:
- blog.jobthread.com
4xx client error:
- static.jobthread.com
-->
<ruleset name="JobThread.com (partial)">
<target host="jobthread.com" />
<target host="www.jobthread.com" />

<rule from="^http:" to="https:" />
</ruleset>
21 changes: 0 additions & 21 deletions src/chrome/content/rules/JobThread.xml

This file was deleted.

100 changes: 22 additions & 78 deletions src/chrome/content/rules/Linux.com.xml
Original file line number Diff line number Diff line change
@@ -1,85 +1,29 @@
<!--
Much of jobs.linux.com is handled in JobThread-clients.xml.
Nonfunctional hosts in *linux.com:
- archive09 *
* 403
Problematic hosts in *linux.com:
- jobs ᵐ
ᵐ Mismatched
Insecure cookies are set for these domains and hosts:
- .linux.com
- video.linux.com
- www.linux.com
Mixed content:
- Images, on:
- jobs from www.linux.com ˢ
- www from training.linuxfoundation.org ˢ
- www from storage.pardot.com ˢ
ˢ Secured by us
Non-functional hosts
SSL peer certificate was not OK:
- archive09.linux.com
- japan.linux.com
- jobs.linux.com
4xx client error:
- shop.linux.com
- store.linux.com
Mixed content blocking (MCB) triggered:
- jp.linux.com
-->
<ruleset name="Linux.com">

<!-- Direct rewrites:
-->
<target host="linux.com" />
<target host="store.linux.com" />
<target host="video.linux.com" />
<target host="www.linux.com" />
<target host="archive15.linux.com" />
<target host="ideaforge.linux.com" />
<target host="ideas.linux.com" />
<target host="video.linux.com" />
<target host="videos.linux.com" />
<target host="w.linux.com" />
<target host="ww.linux.com" />
<target host="wwwnew.linux.com" />
<target host="wwww.linux.com" />

<!-- Complications:
-->
<target host="jobs.linux.com" />

<!-- 404:
-->
<!--exclusion pattern="^http://jobs\.linux\.com/images/" /-->
<!--
Exceptions:
-->
<exclusion pattern="^http://jobs\.linux\.com/+(?!files/|partners/)" />

<!-- +ve:
-->
<test url="http://jobs.linux.com/images/bullet.gif" />
<test url="http://jobs.linux.com/post" />
<test url="http://jobs.linux.com/sysadminjobs/" />

<!-- -ve:
-->
<test url="http://jobs.linux.com/files/site_images/106573/106573_mainnav-sep.gif" />
<test url="http://jobs.linux.com/partners/jobthread/images/item_bullet.gif" />


<!-- Not secured by server:
-->
<!--securecookie host="^\.linux\.com$" name="^(?:__qca$|__utm)" /-->
<!--securecookie host="^video\.linux\.com$" name="^[0-9a-f]{32}$" /-->
<!--securecookie host="^www\.linux\.com$" name="^([0-9a-f]{32}|linuxcom_v2_tpl)$" /-->

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


<rule from="^http://jobs\.linux\.com/"
to="https://www.jobthread.com/" />

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

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

0 comments on commit 2d54a6f

Please sign in to comment.