NetNow.co · Multibituser/https-everywhere@1da3cd5 · GitHub
Skip to content

Commit 1da3cd5

Browse files
author
MB
committed
NetNow.co
1 parent 7b59cd9 commit 1da3cd5

3 files changed

Lines changed: 73 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!--
2+
For rules causing false/broken MCB, see NetNow.co-falsemixed.xml.
3+
4+
5+
Insecure cookies are set for these hosts:
6+
7+
- netnow.co
8+
- www.netnow.co
9+
10+
11+
Mixed content:
12+
13+
- css from $self *
14+
- fonts from $self *
15+
- Images from $self *
16+
17+
* Secured by us
18+
19+
-->
20+
<ruleset name="NetNow.co (partial)">
21+
22+
<!-- Direct rewrites:
23+
-->
24+
<target host="netnow.co" />
25+
<target host="www.netnow.co" />
26+
27+
<!-- Avoid broken MCB:
28+
-->
29+
<exclusion pattern="^http://(?:www\.)?netnow\.co/+(?!favicon\.ico|wp-content/|wp-login\.php)" />
30+
31+
<!-- +ve:
32+
-->
33+
<test url="http://netnow.co/apps/" />
34+
<test url="http://netnow.co/blog/" />
35+
<test url="http://netnow.co/contact-netnow/" />
36+
<test url="http://www.netnow.co/support/" />
37+
38+
<!-- -ve:
39+
-->
40+
<test url="http://netnow.co/wp-login.php" />
41+
<test url="http://www.netnow.co/wp-content/plugins/usernoise/images/ok.png" />
42+
43+
44+
<!-- Not secured by server:
45+
-->
46+
<!--securecookie host="^(www\.)?netnow\.co$" name="^X-Mapping-[a-z]{8}$" /-->
47+
48+
49+
<rule from="^http:"
50+
to="https:" />
51+
52+
</ruleset>

utils/duplicate-whitelist.txt

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)