Skip to content

Commit cf5579a

Browse files
authored
Merge pull request EFForg#17178 from cschanaj/economist
Re-activate and Update Economist.xml
2 parents e11a0f4 + cdd850d commit cf5579a

1 file changed

Lines changed: 14 additions & 78 deletions

File tree

src/chrome/content/rules/Economist.xml

Lines changed: 14 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
21
<!--
3-
Disabled by https-everywhere-checker because:
4-
Fetch error: http://www.jobs.economist.com/ => https://www.jobs.economist.com/: (6, 'Could not resolve host: www.jobs.economist.com')
5-
Fetch error: http://libertymutual.economist.com/ => https://libertymutual.economist.com/: (6, 'Could not resolve host: libertymutual.economist.com')
6-
Fetch error: http://store.economist.com/ => https://store.economist.com/: (51, "SSL: no alternative certificate subject name matches target host name 'store.economist.com'")
7-
82
Other Economist Group rulesets:
93
104
- Roll_Call.com.xml
@@ -14,12 +8,9 @@ Fetch error: http://store.economist.com/ => https://store.economist.com/: (51, "
148
159
Problematic hosts in *economist.com:
1610
17-
- ^ ¹
18-
- stats ²
19-
20-
¹ Handshake fails
21-
² Mismatched
22-
11+
- stats (mismatched)
12+
- store (mismatched)
13+
- success (expired)
2314
2415
These altnames don't exist:
2516
@@ -28,95 +19,40 @@ Fetch error: http://store.economist.com/ => https://store.economist.com/: (51, "
2819
- subscriptions.economist.com
2920
- www.success.economist.com
3021
31-
32-
Insecure cookies are set for these domains and hosts:
33-
34-
- .economist.com
35-
- .gmat.economist.com
36-
- app.gmat.economist.com
37-
- jobs.economist.com
38-
- subscriptions.economist.com
39-
- .subscriptions.economist.com
40-
- www.economist.com
41-
42-
4322
Mixed content:
4423
4524
- Bugs on execed from ads.whichmba.com *
4625
4726
* Secured by us
4827
4928
-->
50-
<ruleset name="Economist.com (partial)" default_off='failed ruleset test'>
29+
<ruleset name="Economist.com (partial)">
5130

5231
<!-- Direct rewrites:
5332
-->
33+
<target host="economist.com" />
34+
<target host="www.economist.com" />
35+
<target host="authenticate.economist.com" />
5436
<target host="execed.economist.com" />
5537
<target host="gmat.economist.com" />
5638
<target host="app.gmat.economist.com" />
5739
<target host="jobs.economist.com" />
58-
<target host="www.jobs.economist.com" />
59-
<target host="libertymutual.economist.com" />
6040
<target host="media.economist.com" />
61-
<target host="store.economist.com" />
41+
<target host="shop.economist.com" />
6242
<target host="www.store.economist.com" />
6343
<target host="subscription.economist.com" />
6444
<target host="subscriptions.economist.com" />
65-
<target host="success.economist.com" />
66-
<target host="www.economist.com" />
45+
<target host="ukshop.economist.com" />
6746

6847
<!-- Complications:
6948
-->
70-
<target host="economist.com" />
7149
<target host="stats.economist.com" />
50+
<target host="store.economist.com" />
51+
52+
<securecookie host=".+" name=".+" />
7253

73-
<!-- Redirects to http:
74-
-->
75-
<!--exclusion pattern="^http://www\.economist\.com/$" /-->
76-
<!--
77-
Exceptions:
78-
-->
79-
<exclusion pattern="^http://www\.economist\.com/+(?!(?:debate|user)(?:$|[?/])|favicon\.ico|sites/)" />
80-
81-
<!-- +ve:
82-
-->
83-
<test url="http://www.economist.com/blogs" />
84-
<test url="http://www.economist.com/contact-info" />
85-
<test url="http://www.economist.com/economics-a-to-z" />
86-
<test url="http://www.economist.com/events-conferences" />
87-
<test url="http://www.economist.com/multimedia" />
88-
<test url="http://www.economist.com/topics" />
89-
<test url="http://www.economist.com/whichmba" />
90-
91-
<!-- -ve:
92-
-->
93-
<test url="http://www.economist.com/debate" />
94-
<test url="http://www.economist.com/favicon.ico" />
95-
<test url="http://www.economist.com/sites/all/themes/econfinal/styles/ec-static.css" />
96-
<test url="http://www.economist.com/user/login" />
97-
98-
99-
<!-- Not secured by server:
100-
-->
101-
<!--securecookie host="^\.economist\.com$" name="^__qca$" /-->
102-
<!--securecookie host="^\.gmat\.economist\.com$" name="^(?:geoipcountry|is_authenticated)$" /-->
103-
<!--securecookie host="^app\.gmat\.economist\.com$" name="^csrftoken$" /-->
104-
<!--securecookie host="^jobs\.economist\.com$" name="^(?:AnonymousUserId|BrowserSession|FixedFacetDefaults)$" /-->
105-
<!--securecookie host="^subscriptions\.economist\.com$" name="^PHPSESSID$" /-->
106-
<!--securecookie host="^\.subscriptions\.economist\.com$" name="^_tokamecom_$" /-->
107-
<!--
108-
(Incapsula cookies:)
109-
-->
110-
<!--securecookie host="^\.economist\.com$" name="^___utm\w+$" /-->
111-
<!--securecookie host="^www\.economist\.com$" name="^(?:incap_ses_\d+|visid_incap)_\d+$" /-->
112-
113-
<securecookie host="^\.economist\.com$" name="^__(?:qca|_utm\w+)$" />
114-
<securecookie host="^(?:(?:app)?\.gmat|jobs|\.?subscriptions)\.economist\.com$" name=".+" />
115-
<securecookie host="^www\.economist\.com$" name="^(?:incap_ses_\d+|visid_incap)_\d+$" />
116-
117-
118-
<rule from="^http://economist\.com/"
119-
to="https://www.economist.com/" />
54+
<rule from="^http://store\.economist\.com/"
55+
to="https://shop.economist.com/" />
12056

12157
<rule from="^http://stats\.economist\.com/"
12258
to="https://economist.122.2o7.net/" />

0 commit comments

Comments
 (0)