virginholidays.co.uk [fixed]

This is where you should report issues arising from the subscription filters.
Locked
Russ
Guest

virginholidays.co.uk [fixed]

Post by Russ »

Hi all,

On http://www.virginholidays.co.uk/, the rule

Code: Select all

*/promotions/*
in EasyList hides various items. Since these are promotional items internal to the site (it never carries external ads), which visitors probably want to see, they shouldn't really be blocked. I suggest this exclusion rule:

Code: Select all

@@/https?:\/\/www\.virginholidays\.co(\.uk|m)\/promotions\//
Regards,

Russ
P.S. Disclosure: I am a developer for this site.
Russ
Guest

Post by Russ »

Or, slightly more efficient...

Code: Select all

@@/^https?:\/\/www\.virginholidays\.co(\.uk|m)\/promotions\//
Russ
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

You're all set, Russ ... added a partial whitelist. Feel honored as I usually don't hand those out too often :D . But it is deserved in your case.
:arrow: :arrow: :arrow:

(whispering: if it is easy enough for you to do so, you might want to change that directory name ... mine is NOT the only filterset to use that. All I ask is that you let me know if you change it. :wink: )
"Experience is something you don't get until just after you need it"
Fox
Guest

Post by Fox »

Can you include domain extension with these whitelisting filters.
Because i think there is no point whitelist all domain extensions, it's like doing it just in case.
And also, if domain extension is .com, then please use .com/
or .com: (If site uses port numer after it.)
Because like .com has:
.com.au (Australia)
.com.cn (China)
.com.sg (Singapore)
.com.mx (Mexico)

There are maybe others too, and .net and .org has those too.
So with those too, use / or : after domain extension, like .net/

I just want all possible problems to -> minimal as possible.

So with this case:
@@.virginholidays.co.uk/promotions/
or
@@.virginholidays.co.uk/*promotions/
or
@@.virginholidays.co.uk*/promotions/ (because it's co.uk, i think there is no co.uk.xx)

Thank you.
Your EasyList is very good, i just would like to have these possible whitelisting problems away.
Russ
Guest

Post by Russ »

Many thanks for this Rick! I may change the path to something other than /promotions in future but it's not a small job, so asking for a whitelist entry seemed worth a try as the first solution :-)

I will let you know if it changes in future.

Russ
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Got it Fox :arrow:

I guess a false-positive on something like 'virginholidays' could be a problem :lol:
"Experience is something you don't get until just after you need it"
User avatar
chewey
Emeritus Contributor
Emeritus Contributor
Posts: 276
Joined: Sun Dec 31, 2006 9:16 am

Post by chewey »

Indeed - I was relutant to click on this link at work because the domain seemed to be... um... for mature audiences.

It was only after visiting it from home I realised it was one of Branson's Brands. ;-)
Fox
Guest

Post by Fox »

rick752 wrote:I guess a false-positive on something like 'virginholidays' could be a problem :lol:
Yes, but i did mean all similar possible problems, so maybe i need to pm you later.

Because your whitelisting is not "CLEAR and as TARGETED as possible" now.
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Fox wrote: Yes, but i did mean all similar possible problems, so maybe i need to pm you later.

Because your whitelisting is not "CLEAR and as TARGETED as possible" now.
Thanks for the PM Fox. I have made a few adjustments now and made the whitelist part of the EasyList as ""CLEAR and as TARGETED as possible" now. :)
"Experience is something you don't get until just after you need it"
Fox
Guest

Post by Fox »

rick752 wrote:I have made a few adjustments now and made the whitelist part of the EasyList as ""CLEAR and as TARGETED as possible" now. :)
I agree.
You are fast, thanks.
Locked