|
6 | 6 | - Archive.org_Way_Back_Machine.xml |
7 | 7 | - Archive-It.org.xml |
8 | 8 | - Open_Library.org.xml |
| 9 | + - Political-TV-Ad-Archive.xml |
9 | 10 |
|
10 | 11 |
|
11 | | - Nonfunctional subdomains: |
| 12 | + Problematic domains: |
12 | 13 |
|
13 | | - - pgdp01.us ² |
14 | | -
|
15 | | - ² Refused |
16 | | -
|
17 | | -
|
18 | | - Problematic subdomains: |
19 | | -
|
20 | | - - blog.openlibrary * |
21 | | -
|
22 | | - * Works, cert only matches *.archive.org |
| 14 | + - ait.blog.archive.org (cert mismatch) |
| 15 | + - crawler.archive.org (refused) |
| 16 | + - gmeta[0-7].us.archive.org (refused) |
| 17 | + - graphite.us.archive.org (refused) |
| 18 | + - lending.us.archive.org (time out) |
| 19 | + - *.s3dns.us.archive.org (cert mismatch) |
| 20 | + - www\d\d.us.archive.org (cert mismatch) |
23 | 21 |
|
24 | 22 |
|
25 | 23 | Fully covered hosts in *archive.org: |
26 | 24 |
|
27 | 25 | - (www.)? |
| 26 | + - analytics |
28 | 27 | - blog |
29 | | - - blog.openlibrary (→ blog.openlibrary.org) |
| 28 | + - bt1 |
| 29 | + - bt2 |
| 30 | + - builds |
| 31 | + - developers |
| 32 | + - store |
30 | 33 | - *.us |
31 | 34 |
|
32 | 35 | --> |
|
35 | 38 | <!-- Direct rewrites: |
36 | 39 | --> |
37 | 40 | <target host="archive.org" /> |
| 41 | + <target host="www.archive.org" /> |
| 42 | + <target host="analytics.archive.org" /> |
38 | 43 | <target host="blog.archive.org" /> |
| 44 | + <target host="bt1.archive.org" /> |
| 45 | + <target host="bt2.archive.org" /> |
| 46 | + <target host="builds.archive.org" /> |
| 47 | + <target host="developers.archive.org" /> |
| 48 | + <target host="store.archive.org" /> |
39 | 49 | <target host="*.us.archive.org" /> |
40 | | - <target host="www.archive.org" /> |
41 | | - |
42 | | - <!-- Complications: |
43 | | - --> |
44 | | - <target host="blog.openlibrary.archive.org" /> |
45 | | - |
46 | | - <exclusion pattern="^http://(?:graphite|pgdp01|s3|lending)\.us\.archive\.org/" /> |
47 | | - |
48 | | - <test url="http://graphite.us.archive.org/" /> |
49 | | - <test url="http://pgdp01.us.archive.org/" /> |
50 | | - <test url="http://s3.us.archive.org/" /> |
51 | | - <test url="http://lending.us.archive.org/" /> |
52 | | - |
53 | | - <!-- The rule does not handle web anyway: |
54 | | -
|
55 | | - <exclusion pattern="^http://web\.archive\.org/" /--> |
56 | 50 |
|
57 | 51 |
|
58 | | - <securecookie host="^\.archive\.org$" name=".+" /> |
| 52 | + <securecookie host="^(www|analytics|bt[12]|builds|developers|store)\.archive\.org$" |
| 53 | + name=".+" /> |
59 | 54 |
|
60 | 55 |
|
61 | | - <rule from="^http://blog\.openlibrary\.archive\.org/" |
62 | | - to="https://blog.openlibrary.org/" /> |
| 56 | + <test url="http://ia301543.us.archive.org/" /> |
| 57 | + <exclusion pattern="^http://gmeta[0-7]\.us\.archive\.org/" /> |
| 58 | + <test url="http://gmeta4.us.archive.org/" /> |
| 59 | + <exclusion pattern="^http://(graphite|lending)\.us\.archive\.org/" /> |
| 60 | + <test url="http://graphite.us.archive.org/" /> |
| 61 | + <test url="http://lending.us.archive.org/" /> |
| 62 | + <exclusion pattern="^http://([\w-]+\.)+s3dns\.us\.archive\.org/" /> |
| 63 | + <test url="http://stats.ia902706.s3dns.us.archive.org/" /> |
| 64 | + <test url="http://hom.3d.ia802600.s3dns.us.archive.org/" /> |
| 65 | + <test url="http://djaj-zine.ia601509.s3dns.us.archive.org/" /> |
| 66 | + <exclusion pattern="^http://www\d\d\.us\.archive\.org/" /> |
| 67 | + <test url="http://www17.us.archive.org/" /> |
63 | 68 |
|
64 | 69 | <rule from="^http:" |
65 | 70 | to="https:" /> |
|
0 commit comments