|
1 | 1 | <!-- |
2 | 2 | Mismatched: |
3 | 3 | - graduates.just-eat.com |
4 | | - - blog.just-eat.co.uk |
| 4 | + - blog.just-eat. ( co.uk / be / dk / ie ) |
5 | 5 | - pages.just-eat.ca (Canadian version of blog.*) |
6 | | - - blog.just-eat.dk |
7 | | - - mail.just-eat.dk |
8 | | - - mail.just-eat.ie |
9 | | - - blog.just-eat.ie |
| 6 | + - mail.just-eat. ( dk / ie ) |
10 | 7 | - www.getmoreorders.ie |
11 | 8 | - www.justeatshop.ie |
| 9 | + - www.meerbestellingen.be |
12 | 10 |
|
13 | 11 | Refused: |
14 | 12 | - partnerblog.just-eat.co.uk |
|
44 | 42 | <target host="www.just-eat.dk" /> |
45 | 43 | <target host="partner.just-eat.dk" /> |
46 | 44 |
|
| 45 | + <!-- Belgium --> |
| 46 | + <target host="just-eat.be" /> |
| 47 | + <target host="www.just-eat.be" /> |
| 48 | + <target host="partner.just-eat.be" /> |
| 49 | + |
47 | 50 | <!-- Ireland --> |
48 | 51 | <target host="just-eat.ie" /> |
49 | 52 | <target host="www.just-eat.ie" /> |
|
60 | 63 | <!-- Applies to most/all regions --> |
61 | 64 |
|
62 | 65 | <!-- XXX Chrome specific rule to workaround issues || https://github.com/EFForg/https-everywhere/issues/793 || https://code.google.com/p/chromium/issues/detail?id=122548 --> |
63 | | - <exclusion pattern="^http://www\.just-eat\.(co\.uk|ca|dk|ie)/(blog|apps)" /> |
| 66 | + <exclusion pattern="^http://www\.just-eat\.(co\.uk|ca|dk|be|ie)/(blog|apps)" /> |
64 | 67 | <test url="http://www.just-eat.co.uk/blog" /> |
65 | 68 | <test url="http://www.just-eat.ca/blog" /> |
66 | 69 | <test url="http://www.just-eat.dk/blog" /> |
| 70 | + <test url="http://www.just-eat.be/blog" /> |
67 | 71 | <test url="http://www.just-eat.ie/blog" /> |
68 | 72 | <test url="http://www.just-eat.co.uk/apps" /> |
69 | 73 | <test url="http://www.just-eat.ca/apps" /> |
70 | 74 | <test url="http://www.just-eat.dk/apps" /> |
| 75 | + <test url="http://www.just-eat.be/apps" /> |
71 | 76 | <test url="http://www.just-eat.ie/apps" /> |
72 | 77 |
|
73 | 78 | <securecookie host=".+" name=".+" /> |
|
0 commit comments