Skip to content

Commit 601643d

Browse files
author
funkydude
committed
[Just Eat] Add rules for Belgium
1 parent 82ea97e commit 601643d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/chrome/content/rules/justeat.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<!--
22
Mismatched:
33
- graduates.just-eat.com
4-
- blog.just-eat.co.uk
4+
- blog.just-eat. ( co.uk / be / dk / ie )
55
- 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 )
107
- www.getmoreorders.ie
118
- www.justeatshop.ie
9+
- www.meerbestellingen.be
1210
1311
Refused:
1412
- partnerblog.just-eat.co.uk
@@ -44,6 +42,11 @@
4442
<target host="www.just-eat.dk" />
4543
<target host="partner.just-eat.dk" />
4644

45+
<!-- Belgium -->
46+
<target host="just-eat.be" />
47+
<target host="www.just-eat.be" />
48+
<target host="partner.just-eat.be" />
49+
4750
<!-- Ireland -->
4851
<target host="just-eat.ie" />
4952
<target host="www.just-eat.ie" />
@@ -60,14 +63,16 @@
6063
<!-- Applies to most/all regions -->
6164

6265
<!-- 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)" />
6467
<test url="http://www.just-eat.co.uk/blog" />
6568
<test url="http://www.just-eat.ca/blog" />
6669
<test url="http://www.just-eat.dk/blog" />
70+
<test url="http://www.just-eat.be/blog" />
6771
<test url="http://www.just-eat.ie/blog" />
6872
<test url="http://www.just-eat.co.uk/apps" />
6973
<test url="http://www.just-eat.ca/apps" />
7074
<test url="http://www.just-eat.dk/apps" />
75+
<test url="http://www.just-eat.be/apps" />
7176
<test url="http://www.just-eat.ie/apps" />
7277

7378
<securecookie host=".+" name=".+" />

0 commit comments

Comments
 (0)