This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathLondon-2012.xml
More file actions
44 lines (33 loc) · 2.06 KB
/
London-2012.xml
File metadata and controls
44 lines (33 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://london2012.com/ => https://www.london2012.com/: (7, 'Failed to connect to www.london2012.com port 443: Connection refused')
Fetch error: http://www.festival.london2012.com/ => https://festival.london2002.com/: (6, 'Could not resolve host: festival.london2002.com')
Fetch error: http://tickets.london2012.com/ => https://www.tickets.london2012.com/: (7, 'Failed to connect to www.tickets.london2012.com port 443: Connection refused')
Disabled by https-everywhere-checker because:
Fetch error: http://london2012.com/ => https://www.london2012.com/: (7, 'Failed to connect to www.london2012.com port 443: Connection refused')
Fetch error: http://www.festival.london2012.com/ => https://festival.london2002.com/: (6, 'Could not resolve host: festival.london2002.com')
Fetch error: http://tickets.london2012.com/ => https://www.tickets.london2012.com/: (7, 'Failed to connect to www.tickets.london2012.com port 443: Connection refused')
-->
<ruleset name="London 2012" platform="mixedcontent" default_off="failed ruleset test">
<target host="london2012.com"/>
<target host="getset.london2012.com" />
<target host="www.festival.london2012.com" />
<target host="shop.london2012.com" />
<target host="www.london2012.com" />
<target host="tickets.london2012.com" />
<target host="www.tickets.london2012.com" />
<exclusion pattern="^http://getset\.london2012\.com/(?:(?:cy|en)/(?:home)?)?$"/>
<securecookie host="^(?:(?:festival|www)?\.)?london2012\.com$" name=".+" />
<rule from="^http://london2012\.com/"
to="https://www.london2012.com/"/>
<rule from="^http://getset\.london2012\.com/"
to="https://getset.london2012.com/"/>
<rule from="^http://www\.festival\.london2012\.com/"
to="https://festival.london2002.com/"/>
<rule from="^http://(shop|www)\.london2012\.com/"
to="https://$1.london2012.com/"/>
<rule from="^http://tickets\.london2012\.com/"
to="https://www.tickets.london2012.com/"/>
<rule from="^http://www\.tickets\.london2012\.com/member"
to="https://www.tickets.london2012.com/member"/>
</ruleset>