Skip to content

Commit 8007140

Browse files
author
MB
committed
[Open Knowledge Foundation] Update, merge, enable
1 parent ce42a4f commit 8007140

File tree

2 files changed

+25
-47
lines changed

2 files changed

+25
-47
lines changed

src/chrome/content/rules/OKFn.org-falsemixed.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,43 @@
11
<!--
2-
For rules causing false/broken MCB, see OKFn.org-falsemixed.xml.
2+
Nonfunctional subdomains:
33
4+
- blog *
45
5-
Mixed content:
6+
* WP Engine
67
7-
- Scripts on ^ from $self *
88
9-
- css, on ^ from:
9+
www: Dropped
1010
11-
- assets *
12-
- cloud.github.com *
13-
- code.jquery.com *
1411
15-
- Images, on ^ from:
12+
Insecure cookies are set for these domains and hosts:
1613
17-
- $self *
18-
- assets *
19-
- farm\d.staticflickr.com *
20-
- cloud.github.com *
21-
22-
- Web bugs, on ^ from:
23-
24-
- netdna.bootstrapcdn.com *
25-
- w.sharethis.com *
26-
27-
* Secured by us
14+
- okfn.org
15+
- .okfn.org
2816
2917
-->
30-
<ruleset name="Open Knowledge Foundation (partial)" default_off="mismatched">
18+
<ruleset name="Open Knowledge Foundation (partial)">
3119

3220
<target host="okfn.org" />
3321
<target host="assets.okfn.org" />
22+
<target host="pad.okfn.org" />
3423
<target host="www.okfn.org" />
35-
<!--
36-
Avoid false/broken MCB:
37-
-->
38-
<exclusion pattern="^http://(?:www\.)?okfn\.org/(?!\?ver=\w+$|favicon\.ico|wp-content/|wp-includes/)" />
3924

4025

41-
<rule from="^http://(assets\.|www\.)?okfn\.org/"
42-
to="https://$1okfn.org/" />
26+
<!-- Not secured by server:
27+
-->
28+
<!--securecookie host="^okfn\.org$" name="django_language$" /-->
29+
<!--securecookie host="^\.okfn\.org$" name="^(__cfduid|cf_clearance)$" /-->
30+
31+
<securecookie host="^\.?okfn\.org$" name=".+" />
32+
33+
34+
<!-- Redirect keeps path, args,
35+
and forward slash:
36+
-->
37+
<rule from="^http://www\.okfn\.org/"
38+
to="https://okfn.org/" />
39+
40+
<rule from="^http:"
41+
to="https:" />
4342

4443
</ruleset>

0 commit comments

Comments
 (0)