Skip to content

Commit 319601c

Browse files
author
MB
committed
Ubuntu-FR.org
1 parent ae4b23c commit 319601c

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-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 Ubuntu-FR.org.xml.
3+
4+
-->
5+
<ruleset name="Ubuntu-FR.org (false MCB)" platform="mixedcontent">
6+
7+
<!-- Direct rewrites:
8+
-->
9+
<target host="tour.ubuntu-fr.org" />
10+
11+
12+
<rule from="^http:"
13+
to="https:" />
14+
15+
</ruleset>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
For rules causing false/broken MCB, see Ubuntu-FR.org-falsemixed.xml.
3+
4+
5+
Problematic hosts in *ubuntu-fr.org:
6+
7+
- tour *
8+
9+
* Mixed iframe
10+
11+
12+
Mixed content:
13+
14+
- iframe on tour from www ¹
15+
16+
- Images, on:
17+
18+
- planet from \d.bp.blogspot.com ¹
19+
- planet from www.fullcirclemag.fr ²
20+
- planet from www.gravatar.com ¹
21+
- planet from www-static.ubuntu-fr.org ¹
22+
- planet from i\d.wp.com ¹
23+
24+
¹ Secured by us
25+
² Unsecurable <= 404
26+
27+
-->
28+
<ruleset name="Ubuntu-FR.org (partial)">
29+
30+
<!-- Direct rewrites:
31+
-->
32+
<target host="ubuntu-fr.org" />
33+
<target host="doc.ubuntu-fr.org" />
34+
<target host="forum.ubuntu-fr.org" />
35+
<target host="planet.ubuntu-fr.org" />
36+
<!--target host="tour.ubuntu-fr.org" /-->
37+
<target host="www.ubuntu-fr.org" />
38+
<target host="www-static.ubuntu-fr.org" />
39+
40+
41+
<rule from="^http:"
42+
to="https:" />
43+
44+
</ruleset>

0 commit comments

Comments
 (0)