|
39 | 39 |
|
40 | 40 | --> |
41 | 41 | <ruleset name="LiveJournal (partial)"> |
42 | | - |
43 | | - <target host="livejournal.com" /> |
| 42 | + <!-- not applicable for now |
| 43 | + <target host="livejournal.com" /--> |
44 | 44 | <target host="*.livejournal.com" /> |
45 | 45 |
|
46 | 46 |
|
|
50 | 50 | --> |
51 | 51 | <rule from="^http://(www\.)?livejournal\.com/(?=(?:changepassword|create|login)\.html|manage/|shop/)" |
52 | 52 | to="https://$1livejournal.com/" /> |
| 53 | + |
| 54 | + <test url="http://www.livejournal.com/login.html" /> |
| 55 | + <test url="http://www.livejournal.com/manage/" /> |
| 56 | + <test url="http://www.livejournal.com/shop/" /> |
53 | 57 |
|
54 | 58 | <rule from="^http://status\.livejournal\.com/img/" |
55 | 59 | to="https://s3.amazonaws.com/status-livejournal/img/" /> |
56 | | - |
| 60 | + |
| 61 | + <test url="http://status.livejournal.com/img/" /> |
| 62 | + |
57 | 63 | <!-- Also on stat.livejournal.com, but as these are |
58 | 64 | on a CDN too, be kind and point there instead. |
59 | 65 | --> |
60 | 66 | <rule from="^http://(?:l-)stat\.livejournal\.com/img/error-pages/(?=bg-error-page\.jpg|bullet-round-grey\.gif|frank\.png|logo-lj\.png|rule-grey\.gif)" |
61 | 67 | to="https://s3.amazonaws.com/status-livejournal/img/" /> |
62 | 68 |
|
| 69 | + <test url="http://l-stat.livejournal.com/img/error-pages/bg-error-page.jpg" /> |
| 70 | + <test url="http://l-stat.livejournal.com/img/error-pages/bullet-round-grey.gif" /> |
| 71 | + <test url="http://l-stat.livejournal.com/img/error-pages/frank.png" /> |
| 72 | + |
63 | 73 | <rule from="^http://(?:l-)?stat\.livejournal\.com/" |
64 | 74 | to="https://stat.livejournal.com/" /> |
65 | 75 |
|
66 | 76 | <!-- User journal entries work, but user pages redirect to www. |
67 | | -
|
68 | 77 | This broke, but appears to work again. |
| 78 | + Breaks commenting |
69 | 79 | --> |
70 | | - <rule from="^http://([\w-]+)\.livejournal\.com/(?=\d+\.html)" |
71 | | - to="https://$1.livejournal.com/" /> |
| 80 | + <!--rule from="^http://([\w-]+)\.livejournal\.com/(?=\d+\.html)" |
| 81 | + to="https://$1.livejournal.com/" /--> |
72 | 82 |
|
73 | 83 | <!--rule from="^https://www\.livejournal\.com/stc/img/error-pages/" |
74 | 84 | to="https://www.livejournal.com/img/error-pages/" /--> |
|
0 commit comments