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

Commit 2ab423c

Browse files
BisalooJ0WI
authored andcommitted
[VirusBulletin.com] Simplify and reactivate ruleset (#11228)
* [VirusBulletin.com] Simplify and reactivate ruleset * [VirusBulletin.com] Add subdomains
1 parent 72806c8 commit 2ab423c

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
1-
21
<!--
3-
Disabled by https-everywhere-checker because:
4-
Fetch error: http://www.virusbtn.com/ => https://www.virusbtn.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
5-
Fetch error: http://virusbtn.com/ => https://www.virusbtn.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
2+
Invalid certificate:
3+
virusbtn.com
4+
www.virusbtn.com (broken chain)
5+
6+
Different content http/https:
7+
abs.virusbulletin.com
8+
conference.virusbulletin.com
69
710
-->
8-
<ruleset name="Virus Bulletin" default_off='failed ruleset test'>
11+
<ruleset name="Virus Bulletin">
912

1013
<!-- Old domain automatically forwards to virusbulletin.com -->
11-
<target host="www.virusbtn.com" />
1214
<target host="virusbtn.com" />
15+
<target host="www.virusbtn.com" />
16+
<target host="spamtrial.virusbtn.com" />
1317

1418
<!-- New domain -->
1519
<target host="virusbulletin.com" />
1620
<target host="www.virusbulletin.com" />
21+
<target host="extranet.virusbulletin.com" />
22+
<target host="photos.virusbulletin.com" />
1723

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

20-
<rule from="^https?://virusbtn\.com/" to="https://www.virusbtn.com/" /><!-- Cert only matches www. -->
26+
<rule from="^http://(www\.)?virusbtn\.com/" to="https://www.virusbulletin.com/" />
27+
2128
<rule from="^http:" to="https:" />
2229

2330
</ruleset>

0 commit comments

Comments
 (0)