|
1 | 1 | <!-- |
2 | | - For other Vox Media coverage, see Vox.com.xml. |
3 | | -
|
4 | | -
|
5 | | - CDN buckets: |
6 | | -
|
7 | | - - d35lb3dl296zwu.cloudfront.net |
8 | | -
|
9 | | -
|
10 | | - www.theverge.com: Redirects to http |
11 | | -
|
12 | | -
|
13 | | - Problematic hosts in *theverge.com: |
14 | | -
|
15 | | - - mobile ᵈ |
16 | | - - status ᵈ |
17 | | -
|
18 | | - ᵈ Dropped, preemptable redirect |
19 | | -
|
20 | | -
|
21 | | - Insecure cookies are set for these hosts: |
22 | | -
|
23 | | - - www.theverge.com |
| 2 | +For other Vox Media coverage, see Vox.com.xml. |
24 | 3 |
|
| 4 | +Timeout: |
| 5 | + mobile.theverge.com |
| 6 | + status.theverge.com |
25 | 7 | --> |
26 | | -<ruleset name="The Verge.com (partial)"> |
27 | | - |
28 | | - <!-- Direct rewrites: |
29 | | - --> |
30 | | - <!--target host="theverge.com" /--> |
31 | | - |
32 | | - <exclusion pattern="^http://www\.theverge\.com/comments/load_comments/" /> |
33 | | - |
34 | | - <test url="http://www.theverge.com/comments/load_comments/" /> |
35 | | - |
36 | | - <!-- Complications: |
37 | | - --> |
38 | | - <!--target host="mobile.theverge.com" /--> |
39 | | - <target host="status.theverge.com" /> |
40 | | - |
41 | | - <!-- Set by beacons. |
42 | | - --> |
43 | | - <!--securecookie host="www\.theverge\.com$" name="^umbel_api_key$" /--> |
44 | | - |
45 | | - <securecookie host="^\." name="^_ga(?:t?$|t_)" /> |
46 | | - |
47 | | - |
48 | | - <!-- Doesn't redirect back, but updates fail to load when rewritten. |
49 | | -
|
50 | | - <rule from="^http://live\.theverge\.com/" |
51 | | - to="https://d35lb3dl296zwu.cloudfront.net/" /--> |
52 | | - |
53 | | - <!-- Redirect keeps all: |
54 | | - --> |
55 | | - <!--rule from="^http://mobile\.theverge\.com/" |
56 | | - to="https://www.theverge.com/" /--> |
57 | | - |
58 | | - <!-- Redirect drops path and forward |
59 | | - slash, but not args: |
60 | | - --> |
61 | | - <rule from="^http://status\.theverge\.com/[^?]*" |
62 | | - to="https://voxmedia.statuspage.io/" /> |
63 | | - |
64 | | - <test url="http://status.theverge.com/index.htm" /> |
65 | | - |
66 | | - <!--rule from="^http:" |
67 | | - to="https:" /--> |
68 | | - |
| 8 | +<ruleset name="The Verge.com"> |
| 9 | + <target host="theverge.com"/> |
| 10 | + <target host="www.theverge.com"/> |
| 11 | + <target host="live.theverge.com"/> |
| 12 | + <target host="mobile.theverge.com"/> |
| 13 | + <target host="status.theverge.com"/> |
| 14 | + <target host="store.theverge.com"/> |
| 15 | + |
| 16 | + <rule from="^http://mobile\.theverge\.com/" to="https://www.theverge.com/" /> |
| 17 | + <rule from="^http://status\.theverge\.com/" to="https://voxmedia.statuspage.io/" /> |
| 18 | + <rule from="^http:" to="https:" /> |
69 | 19 | </ruleset> |
0 commit comments