Skip to content

Commit a69c1fb

Browse files
author
MB
committed
Kaazing.com
1 parent 307dec8 commit a69c1fb

File tree

3 files changed

+97
-0
lines changed

3 files changed

+97
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
For rules not causing false/broken MCB, see Kaazing.com.xml.
3+
4+
-->
5+
<ruleset name="Kaazing.com (false MCB)" platform="mixedcontent">
6+
7+
<!-- Direct rewrites:
8+
-->
9+
<target host="developer.kaazing.com" />
10+
11+
12+
<rule from="^http:"
13+
to="https:" />
14+
15+
</ruleset>
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<!--
2+
For rules causing false/broken MCB, see Kaazing.com-falsemixed.xml.
3+
4+
5+
Nonfunctional hosts in *kaazing.com:
6+
7+
- cms-dev *
8+
9+
* Refused
10+
11+
12+
Problematic hosts in *kaazing.com:
13+
14+
- blog ¹
15+
- developer ²
16+
17+
¹ Mismatched
18+
² Mixed css
19+
20+
21+
Fully covered hosts in *kaazing.com:
22+
23+
- (www.)?
24+
25+
26+
Mixed content:
27+
28+
- iframes, on:
29+
30+
- (www.)? from player.vimeo.com ¹
31+
- developer from www.youtube.com ²
32+
33+
- css, on:
34+
35+
- (www.)? from fonts.googleapis.com ²
36+
- developer from developer.kaazing.com ²
37+
38+
- Images, on:
39+
40+
- (www.)? from cms-dev.kaazing.com ³
41+
- (www.)? from www.kaazing.com ²
42+
- developer from developer.kaazing.com ²
43+
44+
- favicons, on:
45+
46+
- (www.)? from cms-dev.kaazing.com ²
47+
- developer from developer.kaazing.com ²
48+
49+
- Bugs on (www.)? from pixel.wp.com
50+
51+
¹ Rule disabled by default
52+
² Secured by us
53+
³ Unsecurable <= refused
54+
55+
-->
56+
<ruleset name="Kaazing.com (partial)">
57+
58+
<!-- Direct rewrites:
59+
-->
60+
<target host="kaazing.com" />
61+
<target host="developer.kaazing.com" />
62+
<target host="www.kaazing.com" />
63+
64+
<!-- Avoid broken MCB:
65+
-->
66+
<exclusion pattern="^http://developer\.kaazing\.com/+(?!wordpress/wp-content/)" />
67+
68+
<!-- +ve:
69+
-->
70+
<test url="http://developer.kaazing.com/forums/" />
71+
<test url="http://developer.kaazing.com/how-tos/" />
72+
73+
<!-- -ve:
74+
-->
75+
<test url="http://developer.kaazing.com/wordpress/wp-content/plugins/contribution-form/style.css" />
76+
77+
78+
<rule from="^http:"
79+
to="https:" />
80+
81+
</ruleset>

utils/duplicate-whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ ivegotkids.com
119119
java-apps.org
120120
ideas.joomla.org
121121
jrrt.org.uk
122+
developer.kaazing.com
122123
karwansaraypublishers.com
123124
kde-apps.org
124125
kde-files.org

0 commit comments

Comments
 (0)