|
1 | 1 | <!-- |
2 | 2 | Mismatched: |
3 | 3 | - graduates.just-eat.com |
4 | | - - blog.just-eat. ( co.uk / be / dk / ie ) |
| 4 | + - blog.just-eat. ( co.uk / be / nl / dk / ie ) |
5 | 5 | - pages.just-eat.ca (Canadian version of blog.*) |
6 | 6 | - mail.just-eat. ( dk / ie ) |
7 | 7 | - www.getmoreorders.ie |
8 | 8 | - www.justeatshop.ie |
9 | 9 | - www.meerbestellingen.be |
| 10 | + - www.meerbestellingen.nl |
10 | 11 |
|
11 | 12 | Refused: |
12 | | - - partnerblog.just-eat.co.uk |
13 | | - - partnerblog.just-eat.dk |
| 13 | + - partnerblog.just-eat. (.co.uk / nl / dk ) |
14 | 14 | - *.justeat-blogs.co.uk |
15 | 15 | - *.justeat-partner.dk |
16 | 16 | --> |
|
47 | 47 | <target host="www.just-eat.be" /> |
48 | 48 | <target host="partner.just-eat.be" /> |
49 | 49 |
|
| 50 | + <!-- Netherlands --> |
| 51 | + <target host="justeat.nl" /> |
| 52 | + <target host="www.justeat.nl" /> |
| 53 | + <target host="partner.justeat.nl" /> |
| 54 | + |
50 | 55 | <!-- Ireland --> |
51 | 56 | <target host="just-eat.ie" /> |
52 | 57 | <target host="www.just-eat.ie" /> |
|
63 | 68 | <!-- Applies to most/all regions --> |
64 | 69 |
|
65 | 70 | <!-- 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 --> |
66 | | - <exclusion pattern="^http://www\.just-eat\.(co\.uk|ca|dk|be|ie)/(blog|apps)" /> |
| 71 | + <exclusion pattern="^http://www\.just-?eat\.(co\.uk|ca|dk|be|nl|ie)/(blog|apps)" /> |
67 | 72 | <test url="http://www.just-eat.co.uk/blog" /> |
68 | 73 | <test url="http://www.just-eat.ca/blog" /> |
69 | 74 | <test url="http://www.just-eat.dk/blog" /> |
70 | 75 | <test url="http://www.just-eat.be/blog" /> |
| 76 | + <test url="http://www.justeat.nl/blog" /> |
71 | 77 | <test url="http://www.just-eat.ie/blog" /> |
72 | 78 | <test url="http://www.just-eat.co.uk/apps" /> |
73 | 79 | <test url="http://www.just-eat.ca/apps" /> |
74 | 80 | <test url="http://www.just-eat.dk/apps" /> |
75 | 81 | <test url="http://www.just-eat.be/apps" /> |
| 82 | + <test url="http://www.justeat.nl/apps" /> |
76 | 83 | <test url="http://www.just-eat.ie/apps" /> |
77 | 84 |
|
78 | 85 | <securecookie host=".+" name=".+" /> |
|
0 commit comments