forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-activate and Update BioInfoBank.com related rulesets (EFForg#9853)
- Loading branch information
Showing
3 changed files
with
44 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |