Skip to content

Commit

Permalink
Re-activate and Update BioInfoBank.com related rulesets (EFForg#9853)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored and J0WI committed May 14, 2017
1 parent 8235ff8 commit 094c6a6
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 49 deletions.
51 changes: 19 additions & 32 deletions src/chrome/content/rules/BioInfo.pl.xml
Original file line number Diff line number Diff line change
@@ -1,39 +1,26 @@
<!--
Other BioInfoBank rulesets:
- BioInfoBank.com.xml
- PicoStocks.com.xml
Problematic hosts in *bioinfo.pl:
- ^ ¹ ² ³
- mail ¹
- thc ¹ ⁴
- www ¹
¹ Self-signed
² Cert only matches *.bioinfo.pl
³ www redirects to ^
⁴ Expired
These altnames don't exist:
- lib.bioinfo.pl
For more BioInfoBank.com related ruleset, see BioInfoBank.com.xml
Non-functional hosts
Timeout was reached:
- dns2.bioinfo.pl
- morasko.bioinfo.pl
SSL peer certificate was not OK:
- dns1.bioinfo.pl
- dns3.bioinfo.pl
- ia.bioinfo.pl
- seed.bioinfo.pl
Incomplete certificate chain error:
- mail.bioinfo.pl
- thc.bioinfo.pl
-->
<ruleset name="BioInfo.pl" default_off="expired, mismatched, self-signed">

<!-- Direct rewrites:
-->
<ruleset name="BioInfo.pl (partial)">
<target host="bioinfo.pl" />
<target host="mail.bioinfo.pl" />
<target host="thc.bioinfo.pl" />
<target host="www.bioinfo.pl" />

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

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

<rule from="^http:" to="https:" />
</ruleset>
22 changes: 14 additions & 8 deletions src/chrome/content/rules/BioInfoBank.com.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
<!--
For other BioInfoBank coverage, see BioInfo.pl.xml.
BioInfoBank.com related ruleset:
- BioInfo.pl.xml
- PicoStocks.com.xml
-->
<ruleset name="BioInfoBank.com" default_off="mismatched, self-signed">
Non-functional hosts
Timeout was reached:
- dns2.bioinfobank.com
<!-- Complications:
-->
SSL peer certificate was not OK:
- dns1.bioinfobank.com
- dns3.bioinfobank.com
- mail.bioinfobank.com
-->
<ruleset name="BioInfoBank.com (partial)">
<target host="bioinfobank.com" />
<target host="www.bioinfobank.com" />

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

<rule from="^http://(?:www\.)?bioinfobank\.com/"
to="https://bioinfo.pl/" />

<rule from="^http:" to="https:" />
</ruleset>
20 changes: 11 additions & 9 deletions src/chrome/content/rules/PicoStocks.com.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
<!--
^: Mismatched, self-signed
www: Self-signed
For more BioInfoBank.com related ruleset, see BioInfoBank.com.xml
-->
<ruleset name="PicoStocks.com" default_off="mismatched, self-signed">
Non-functional hosts
Timeout was reached:
- dns2.picostocks.com
<!-- Direct rewrites:
-->
SSL peer certificate was not OK:
- dns1.picostocks.com
- dns3.picostocks.com
-->
<ruleset name="PicoStocks.com (partial)">
<target host="picostocks.com" />
<target host="www.picostocks.com" />

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

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

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

0 comments on commit 094c6a6

Please sign in to comment.