|
1 | 1 | <!-- |
2 | | -Invalid certificate: |
3 | | - api-cn.wolframalpha.com |
4 | | - api-maps.wolframalpha.com |
5 | | - api-tw.wolframalpha.com |
6 | | - dev1.cvs.wolframalpha.com |
7 | | - dev2.cvs.wolframalpha.com |
8 | | - reg.cvs.wolframalpha.com |
9 | | - sit.cvs.wolframalpha.com |
10 | | - cvsrx.wolframalpha.com |
11 | | - cvsrx.devel.wolframalpha.com |
12 | | - www-cn.wolframalpha.com |
13 | | - www-tw.wolframalpha.com |
14 | | - volunteer.wolframalpha.com |
15 | | -
|
16 | | -Refused: |
17 | | - community.wolframalpha.com |
18 | | -
|
19 | | -Timeout: |
20 | | - blog.wolframalpha.com |
21 | | - nba.devel.wolframalpha.com |
22 | | - homeworkday.wolframalpha.com |
23 | | - www2.wolframalpha.com |
| 2 | + For other Wolfram Research coverage: |
| 3 | +
|
| 4 | + - Wolfram.com.xml |
| 5 | + - Wolfram_CDN.com.xml |
| 6 | + - Wolframcloud.com.xml |
| 7 | +
|
| 8 | + Refused hosts: |
| 9 | +
|
| 10 | + - api-cn |
| 11 | + - api-maps |
| 12 | + - api-tw |
| 13 | + - blog |
| 14 | + - citi |
| 15 | + - community |
| 16 | + - www[0-9][0-9] |
| 17 | +
|
| 18 | + SHA-1 certificate hosts: |
| 19 | +
|
| 20 | + - cvsrx |
| 21 | + - nielsen |
| 22 | + - volunteer |
| 23 | + - www-cn |
| 24 | + - www-tw |
| 25 | +
|
| 26 | + Timed out hosts: |
| 27 | +
|
| 28 | + - ^ |
| 29 | + - homeworkday |
| 30 | +
|
| 31 | + Mismatched hosts: |
| 32 | +
|
| 33 | + - cvsrx.devel |
| 34 | +
|
24 | 35 | --> |
25 | 36 | <ruleset name="Wolfram Alpha"> |
| 37 | + |
| 38 | + <target host="wolframalpha.com" /> |
26 | 39 | <target host="*.wolframalpha.com" /> |
| 40 | + |
| 41 | + <test url="http://api.wolframalpha.com/" /> |
| 42 | + <test url="http://api-cn.wolframalpha.com/" /> |
| 43 | + <test url="http://api-maps.wolframalpha.com/" /> |
| 44 | + <test url="http://api-tw.wolframalpha.com/" /> |
| 45 | + <test url="http://developer.wolframalpha.com/" /> |
| 46 | + <test url="http://m.wolframalpha.com/" /> |
| 47 | + <test url="http://preview.wolframalpha.com/" /> |
| 48 | + <test url="http://products.wolframalpha.com/" /> |
| 49 | + <test url="http://volunteer.wolframalpha.com/" /> |
| 50 | + <test url="http://wc.wolframalpha.com/" /> |
| 51 | + <test url="http://www.wolframalpha.com/" /> |
| 52 | + <test url="http://www1.wolframalpha.com/" /> |
27 | 53 | <test url="http://www10.wolframalpha.com/" /> |
28 | 54 | <test url="http://www20.wolframalpha.com/" /> |
| 55 | + <test url="http://www3.wolframalpha.com/" /> |
| 56 | + <test url="http://www30.wolframalpha.com/" /> |
| 57 | + <test url="http://www4b.wolframalpha.com/" /> |
| 58 | + <test url="http://www4c.wolframalpha.com/" /> |
| 59 | + <test url="http://www4d.wolframalpha.com/" /> |
| 60 | + <test url="http://www4f.wolframalpha.com/" /> |
| 61 | + <test url="http://www5a.wolframalpha.com/" /> |
| 62 | + <test url="http://www5b.wolframalpha.com/" /> |
| 63 | + |
| 64 | + <rule from="^http://wolframalpha\.com/" |
| 65 | + to="https://www.wolframalpha.com/" /> |
| 66 | + |
| 67 | + <rule from="^http://api-(cn|maps|tw)\.wolframalpha\.com/" |
| 68 | + to="https://www.wolframalpha.com/" /> |
| 69 | + |
| 70 | + <rule from="^http://volunteer\.wolframalpha\.com/" |
| 71 | + to="https://www.wolframalpha.com/" /> |
| 72 | + |
| 73 | + <rule from="^http://www[0-9]?[0-9a-z]?\.wolframalpha\.com/" |
| 74 | + to="https://www.wolframalpha.com/" /> |
| 75 | + |
| 76 | + <rule from="^http://(api|developer|m|preview|products|wc)\.wolframalpha\.com/" |
| 77 | + to="https://$1.wolframalpha.com/" /> |
29 | 78 |
|
30 | | - <rule from="^http://api-(cn|maps|tw)\.wolframalpha\.com/" to="https://www.wolframalpha.com/" /> |
31 | | - <rule from="^http://volunteer\.wolframalpha\.com/" to="https://www.wolframalpha.com/" /> |
32 | | - <rule from="^http://(www[0-9][0-9]\.)wolframalpha\.com/" to="https://www.wolframalpha.com/" /> |
33 | | - <rule from="^http:" to="https:" /> |
34 | 79 | </ruleset> |
0 commit comments