Skip to content

Commit b4227b1

Browse files
author
MB
committed
NYI.net
1 parent f0f339e commit b4227b1

3 files changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
For rules not causing broken MCB, see NYI.net.xml.
3+
4+
-->
5+
<ruleset name="NYI.net (false MCB)" platform="mixedcontent">
6+
7+
<!-- Direct rewrites:
8+
-->
9+
<target host="webmail.nyi.net" />
10+
11+
12+
<rule from="^http:"
13+
to="https:" />
14+
15+
</ruleset>
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!--
2+
For rules causing broken MCB, see NYI.net-falsemixed.xml.
3+
4+
5+
Problematic hosts in *nyi.net:
6+
7+
- webmail *
8+
9+
* Mixed css
10+
11+
12+
Fully covered hosts in *nyi.net:
13+
14+
- (www.)?
15+
- my
16+
- quotes
17+
18+
19+
Mixed content:
20+
21+
- css on webmail from www.nyi.net *
22+
- Images on webmail, www from www.nyi.net *
23+
24+
* Secured by us
25+
26+
-->
27+
<ruleset name="NYI.net (partial)">
28+
29+
<!-- Direct rewrites:
30+
-->
31+
<target host="nyi.net" />
32+
<target host="my.nyi.net" />
33+
<target host="quotes.nyi.net" />
34+
<target host="webmail.nyi.net" />
35+
<target host="www.nyi.net" />
36+
37+
<!-- Avoid broken MCB:
38+
-->
39+
<exclusion pattern="^http://webmail\.nyi\.net/+(?!webmailimages/)" />
40+
41+
<!-- +ve:
42+
-->
43+
<test url="http://webmail.nyi.net/?" />
44+
<test url="http://webmail.nyi.net//" />
45+
46+
<!-- -ve:
47+
-->
48+
<test url="http://webmail.nyi.net/webmailimages/sm_logo_tp.png" />
49+
50+
51+
<rule from="^http:"
52+
to="https:" />
53+
54+
</ruleset>

utils/duplicate-whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ nelonen.fi
164164
newrepublic.com
165165
npmawesome.com
166166
nydailynews.com
167+
webmail.nyi.net
167168
nykeurope.com
168169
oag.com
169170
okfn.org

0 commit comments

Comments
 (0)