Skip to content

Commit 1055a1e

Browse files
BisalooJ0WI
authored andcommitted
[ReadCube.com] Remove wildcard and increase coverage (EFForg#9615)
* [ReadCube.com] Update subdomains * [ReadCube.com] Add test url for content.readcube.com * [ReadCube.com] Add app.readcube.com * [ReadCube.com] Remove (partial) * [ReadCube.com] Add injections.readcube.com * [ReadCube.com] Add readcube-cdn.com * [ReadCube-CDN.com] Add test URL
1 parent 4f5ed1b commit 1055a1e

File tree

1 file changed

+52
-27
lines changed

1 file changed

+52
-27
lines changed
Lines changed: 52 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,61 @@
11
<!--
2-
Nonfunctional subdomains:
3-
4-
- ambassadors ¹
5-
- blog ²
6-
7-
¹ Tumblr
8-
² Google
9-
10-
11-
Fully covered subdomains:
12-
13-
- (www.)
14-
15-
- green\d-assets:
16-
17-
- [1-3]
18-
19-
- support
20-
21-
222
Insecure cookies are set for these domains:
23-
243
- .readcube.com
254
- support.readcube.com
265
6+
Secure connection failed:
7+
ambassadors.readcube.com
8+
9+
No working URL known:
10+
collections.readcube.com
11+
content-assets.readcube.com
12+
dashing.readcube.com
13+
download.readcube.com
14+
labs.readcube.com
15+
legacy-content.readcube.com
16+
push.readcube.com
17+
reader.readcube.com
18+
services.readcube.com
19+
shared.readcube.com
20+
sync.readcube.com
21+
update.readcube.com
22+
23+
cache.readcube-cdn.com
24+
deployment.readcube-cdn.com
25+
images.readcube-cdn.com
26+
objects.readcube-cdn.com
27+
objects-restricted.readcube-cdn.com
28+
29+
Invalid certificate:
30+
blog.readcube.com
31+
logs.readcube.com
32+
sync.objects.readcube.com
33+
pages.readcube.com
34+
35+
Time out:
36+
proxy.readcube.com
37+
2738
-->
28-
<ruleset name="ReadCube.com (partial)">
39+
<ruleset name="ReadCube.com">
2940

3041
<target host="readcube.com" />
31-
<target host="*.readcube.com" />
32-
42+
<target host="www.readcube.com" />
43+
<target host="analytics.readcube.com" />
44+
<target host="api.readcube.com" />
45+
<target host="api-gateway.readcube.com" />
46+
<target host="app.readcube.com" />
47+
<target host="content.readcube.com" />
48+
<test url="http://content.readcube.com/wiley/epdf.js" />
49+
<target host="dashboard.readcube.com" />
50+
<target host="go.readcube.com" />
51+
<target host="injections.readcube.com" />
52+
<test url="http://injections.readcube.com/wiley/epdf_linker.1ef007ab.js" />
53+
<target host="media.readcube.com" />
54+
<target host="objects.readcube.com" />
55+
<target host="support.readcube.com" />
56+
57+
<target host="green.readcube-cdn.com" />
58+
<test url="http://green.readcube-cdn.com/assets/logo-41fb21ac6266ece9d2020c8752fa055c73dbcac7dfa6ec19ec909bd1f171a551.png" />
3359

3460
<!-- Not secured by server:
3561
-->
@@ -38,8 +64,7 @@
3864

3965
<securecookie host="^(?:support)?\.readcube\.com$" name=".+" />
4066

41-
42-
<rule from="^http://((?:green\d-assets|support|www)\.)?readcube\.com/"
43-
to="https://$1readcube.com/" />
67+
<rule from="^http:"
68+
to="https:" />
4469

4570
</ruleset>

0 commit comments

Comments
 (0)