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

Commit cae2933

Browse files
pgerberjeremyn
authored andcommitted
add static.lwn.net (#7643)
* [LWN.net] add static.lwn.net * reformat LWN.xml, add non-https hosts • use tabs • add list of non-https sites * [LWN.net] move www.* just after lwn.net
1 parent 07160ef commit cae2933

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/chrome/content/rules/LWN.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
<!--
2+
Certificate mismatch:
3+
tex.lwn.net
4+
vena.lwn.net
5+
-->
16
<ruleset name="LWN.net">
2-
<target host="lwn.net" />
7+
<target host="lwn.net" />
8+
<target host="www.lwn.net" />
39
<target host="old.lwn.net" />
4-
<target host="www.lwn.net" />
10+
<target host="static.lwn.net" />
511

6-
<securecookie host=".+" name=".+" />
12+
<securecookie host=".+" name=".+" />
713

8-
<rule from="^http:" to="https:"/>
14+
<rule from="^http:" to="https:"/>
915
</ruleset>
10-

0 commit comments

Comments
 (0)