|
1 | 1 | <!-- |
2 | 2 | Nonfunctional: |
3 | 3 |
|
| 4 | + - (www.)phoronix.net ¹ |
| 5 | + - (www.)phoronix-media.com ¹ |
4 | 6 | - (www.)phoromatic.com ¹ |
5 | | - - (www.)phoronix.com (ssl_error_rx_record_too_long) |
6 | | -
|
7 | | - ¹ Shows blank page; self-signed, CN: phx1.phoronix.com |
| 7 | + - (www.)phoronix-test-suite.com ¹ |
| 8 | + - (www.)phoronix.com/forums (mixed content) |
8 | 9 |
|
| 10 | + ¹ ssl_error_rx_record_too_long |
9 | 11 | --> |
10 | | -<ruleset name="Phoronix Media (partial)" platform="mixedcontent"> |
11 | 12 |
|
| 13 | +<ruleset name="Phoronix Media"> |
| 14 | + <target host="phoronix.com" /> |
| 15 | + <target host="www.phoronix.com" /> |
12 | 16 | <target host="openbenchmarking.org" /> |
13 | 17 | <target host="www.openbenchmarking.org" /> |
14 | 18 |
|
| 19 | + <exclusion pattern="^http://(www\.)?phoronix\.com/forums/" /> |
| 20 | + <test url="http://phoronix.com/forums/" /> |
| 21 | + <test url="https://phoronix.com/forums/" /> |
| 22 | + <test url="http://www.phoronix.com/forums/" /> |
| 23 | + <test url="https://www.phoronix.com/forums/" /> |
| 24 | + <rule from="^https://(www\.)?phoronix\.com/forums/" to="http://$1phoronix.com/forums/" downgrade="1" /> |
15 | 25 |
|
16 | | - <securecookie host="^openbenchmarking\.org$" name=".*" /> |
17 | | - <securecookie host="^phoromatic\.com$" name=".*" /> |
18 | | - |
19 | | - |
20 | | - <!-- Michael has noticed our shenanigans and disabled https for pages (unless you pay up). |
21 | | - https://trac.torproject.org/projects/tor/ticket/5728 --> |
22 | | - <rule from="^http://(www\.)?openbenchmarking\.org/(ads/|(?:create/comment/|result/)?css/|embed\.php|favicon\.ico|s/css/)" |
23 | | - to="https://$1openbenchmarking.org/$2" /> |
| 26 | + <!-- breaks forum |
| 27 | + <securecookie host="^.*\.phoronix\.com$" name=".*" />--> |
| 28 | + <securecookie host="^.*\.openbenchmarking\.org$" name=".*" /> |
24 | 29 |
|
| 30 | + <rule from="^http:" to="https:" /> |
25 | 31 | </ruleset> |
0 commit comments