Skip to content

Commit 6beffe0

Browse files
author
funkydude
committed
[Just Eat] Add rules for Italy
1 parent 69fc34b commit 6beffe0

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/chrome/content/rules/justeat.xml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
- France
77
- Switzerland
88
- Mexico
9-
- Italy
109
1110
Mismatched:
1211
- graduates.just-eat.com
13-
- blog.just-eat. ( co.uk / be / nl / dk / no / es / ie )
12+
- blog.just-eat. ( co.uk / be / nl / it / dk / no / es / ie )
1413
- pages.just-eat.ca (Canadian version of blog.*)
15-
- mail.just-eat. ( dk / no / es / nl / ie )
14+
- mail.just-eat. ( dk / no / es / nl / it / ie )
1615
- www.getmoreorders.ie
1716
- www.justeatshop.ie
1817
- www.meerbestellingen.be
1918
- www.meerbestellingen.nl
19+
- land.justeat.it
2020
2121
Refused:
2222
- partnerblog.just-eat. (.co.uk / nl / dk / no / es )
@@ -25,6 +25,7 @@
2525
- www.pizzatrondheim.no > forwards to just-eat.no specific page ONLY over HTTP
2626
- www.sushioslo.no > forwards to just-eat.no specific page ONLY over HTTP
2727
- restaurantes.just-eat.es
28+
- www.piuordini.it
2829
-->
2930
<ruleset name="Just Eat">
3031

@@ -74,6 +75,11 @@
7475
<target host="www.justeat.nl" />
7576
<target host="partner.justeat.nl" />
7677

78+
<!-- Italy -->
79+
<target host="justeat.it" />
80+
<target host="www.justeat.it" />
81+
<target host="partner.justeat.it" />
82+
7783
<!-- Ireland -->
7884
<target host="just-eat.ie" />
7985
<target host="www.just-eat.ie" />
@@ -90,14 +96,15 @@
9096
<!-- Applies to most/all regions -->
9197

9298
<!-- 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 -->
93-
<exclusion pattern="^http://www\.just-?eat\.(co\.uk|ca|dk|no|es|be|nl|ie)/(blog|apps)" />
99+
<exclusion pattern="^http://www\.just-?eat\.(co\.uk|ca|dk|no|es|be|nl|it|ie)/(blog|apps)" />
94100
<test url="http://www.just-eat.co.uk/blog" />
95101
<test url="http://www.just-eat.ca/blog" />
96102
<test url="http://www.just-eat.dk/blog" />
97103
<test url="http://www.just-eat.no/blog" />
98104
<test url="http://www.just-eat.es/blog" />
99105
<test url="http://www.just-eat.be/blog" />
100106
<test url="http://www.justeat.nl/blog" />
107+
<test url="http://www.justeat.it/blog" />
101108
<test url="http://www.just-eat.ie/blog" />
102109
<test url="http://www.just-eat.co.uk/apps" />
103110
<test url="http://www.just-eat.ca/apps" />
@@ -106,6 +113,7 @@
106113
<test url="http://www.just-eat.es/apps" />
107114
<test url="http://www.just-eat.be/apps" />
108115
<test url="http://www.justeat.nl/apps" />
116+
<test url="http://www.justeat.it/apps" />
109117
<test url="http://www.just-eat.ie/apps" />
110118

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

0 commit comments

Comments
 (0)