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

Re-activate and Update BioInfoBank.com related rulesets #9853

Merged
merged 1 commit into from
May 14, 2017
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
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>