|
1 | | -<ruleset name="Facebook"> |
| 1 | +<ruleset name="Facebook" match_rule="http:.*facebook\."> |
2 | 2 | <target host="facebook.com" /> |
3 | 3 | <target host="*.facebook.com" /> |
| 4 | + <target host="*.ak.facebook.com" /> |
4 | 5 | <target host="www.v6.facebook.com" /> |
5 | 6 | <target host="de-de.facebook.de" /> |
6 | 7 | <target host="www.facebook.de" /> |
|
12 | 13 | <securecookie host="^(.*\.)?facebook\.com$" name="xs" /> |
13 | 14 |
|
14 | 15 | <rule from="^http://(www\.)?facebook\.com/" to="https://www.facebook.com/"/> |
15 | | - <rule from="^http://m\.facebook\.com/" to="https://m.facebook.com/"/> |
16 | | - <rule from="^http://ssl\.facebook\.com/" to="https://ssl.facebook.com/"/> |
17 | | - <rule from="^http://login\.facebook\.com/" to="https://login.facebook.com/"/> |
18 | | - <rule from="^http://www\.v6\.facebook\.com/" to="https://www.v6.facebook.com/"/> |
| 16 | + <rule from="^http://m\.facebook\.com/" to="https://m.facebook.com/"/> |
| 17 | + <rule from="^http://ssl\.facebook\.com/" to="https://ssl.facebook.com/"/> |
| 18 | + <rule from="^http://login\.facebook\.com/" to="https://login.facebook.com/"/> |
| 19 | + <rule from="^http://www\.v6\.facebook\.com/" |
| 20 | + to="https://www.v6.facebook.com/"/> |
19 | 21 |
|
20 | | - <rule from="^https?://(de-de|www\.)?facebook\.de/" to="https://www.facebook.com/"/> |
21 | | - <rule from="^https?://de-de\.facebook\.com/" to="https://www.facebook.com/"/> |
| 22 | + <rule from="^http://s-static.ak.facebook.com/" |
| 23 | + to="https://s-static.ak.facebook.com/" /> |
| 24 | + |
| 25 | + <rule from="^https?://(de-de|www\.)?facebook\.de/" |
| 26 | + to="https://www.facebook.com/"/> |
| 27 | + <rule from="^https?://de-de\.facebook\.com/" |
| 28 | + to="https://www.facebook.com/"/> |
22 | 29 | </ruleset> |
0 commit comments