|
1 | 1 | <ruleset name="WordPress"> |
2 | | - <target host="wordpress.com" /> |
3 | | - <target host="*.wordpress.com" /> |
4 | | - <target host="wordpress.org" /> |
5 | | - <target host="*.wordpress.org" /> |
6 | | - <target host="*.trac.wordpress.org" /> |
7 | | - <target host="*.svn.wordpress.org" /> |
8 | | - <target host="*.files.wordpress.com" /> |
9 | | - <!-- https://mail1.eff.org/pipermail/https-everywhere-rules/2012-April/001095.html |
10 | | - https://mail1.eff.org/pipermail/https-everywhere-rules/2012-April/001105.html --> |
11 | | - <exclusion pattern="http://s0\.wp\.com/wp-content/themes/vip/cheezcommon2/(css/content-hole|style)\.css$"/> |
12 | | - <target host="*.wp.com" /> |
13 | | - |
14 | | - <exclusion pattern="^http://(([^/:@\.]+)\.)?wordpress\.com/latex\.php(\?.*)?$"/> |
15 | | - <exclusion pattern="^http://([^/:@\.]+)\.blog\.wordpress\.com/"/> |
16 | | - <exclusion pattern="^http://([^/:@\.]+)\.blog\.files\.wordpress\.com/"/> |
17 | | - <exclusion pattern="^http://([^/:@\.]+)\.forums\.wordpress\.com/"/> |
18 | | - <exclusion pattern="^http://([^/:@\.]+)\.support\.wordpress\.com/"/> |
19 | | - |
20 | | - <rule from="^http://wordpress\.(com|org)/" |
21 | | - to="https://wordpress.$1/"/> |
22 | | - <rule from="^http://s\.wordpress\.(com|org)/" |
23 | | - to="https://www.wordpress.$1/"/> |
24 | | - <rule from="^http://s[0-9]\.wordpress\.(com|org)/" |
25 | | - to="https://secure.wordpress.$1/"/> |
26 | | - <rule from="^http://([^/:@\.]+)\.wordpress\.(com|org)/" |
27 | | - to="https://$1.wordpress.$2/"/> |
28 | | - <rule from="^http://([^/:@\.]+)\.(trac|svn)\.wordpress\.org/" |
29 | | - to="https://$1.$2.wordpress.org/"/> |
30 | | - <rule from="^http://([^/:@\.]+)\.files\.wordpress\.com/" |
31 | | - to="https://$1.files.wordpress.com/"/> |
32 | | - <rule from="^http://s\d*\.wp\.com/(\?custom-css|i/|wp-content/|wp-includes/)" |
33 | | - to="https://s-ssl.wordpress.com/$1" /> |
| 2 | + |
| 3 | + <target host="wordpress.com" /> |
| 4 | + <target host="*.wordpress.com" /> |
| 5 | + <exclusion pattern="^http://(([^/:@\.]+)\.)?wordpress\.com/latex\.php(\?.*)?$" /> |
| 6 | + <!-- These aren't targeted anyway... |
| 7 | + <exclusion pattern="^http://([^/:@\.]+)\.blog\.wordpress\.com/" /> |
| 8 | + <exclusion pattern="^http://([^/:@\.]+)\.forums\.wordpress\.com/" /> |
| 9 | + <exclusion pattern="^http://([^/:@\.]+)\.support\.wordpress\.com/" /--> |
| 10 | + <exclusion pattern="^http://s-plugins\.wordpress\.org/" /> |
| 11 | + <target host="wordpress.org" /> |
| 12 | + <target host="*.wordpress.org" /> |
| 13 | + <target host="*.files.wordpress.com" /> |
| 14 | + <!-- This isn't targeted anyway... |
| 15 | + <exclusion pattern="^http://([^/:@\.]+)\.blog\.files\.wordpress\.com/" /--> |
| 16 | + <target host="*.svn.wordpress.org" /> |
| 17 | + <target host="*.trac.wordpress.org" /> |
| 18 | + <target host="*.wp.com" /> |
| 19 | + |
| 20 | + |
| 21 | + <rule from="^http://wordpress\.(com|org)/" |
| 22 | + to="https://wordpress.$1/"/> |
| 23 | + |
| 24 | + <rule from="^https?://s\.wordpress\.(com|org)/" |
| 25 | + to="https://www.wordpress.$1/"/> |
| 26 | + |
| 27 | + <rule from="^https?://s\d\.wordpress\.(com|org)/" |
| 28 | + to="https://secure.wordpress.$1/"/> |
| 29 | + |
| 30 | + <rule from="^http://([^/:@\.]+)\.wordpress\.(com|org)/" |
| 31 | + to="https://$1.wordpress.$2/"/> |
| 32 | + |
| 33 | + <rule from="^http://([^/:@\.]+)\.(trac|svn)\.wordpress\.org/" |
| 34 | + to="https://$1.$2.wordpress.org/"/> |
| 35 | + |
| 36 | + <rule from="^http://([^/:@\.]+)\.files\.wordpress\.com/" |
| 37 | + to="https://$1.files.wordpress.com/"/> |
| 38 | + |
| 39 | + <rule from="^http://s(\d*)\.wp\.com/" |
| 40 | + to="https://s$1.wp.com/" /> |
| 41 | + |
34 | 42 | </ruleset> |
0 commit comments