rtl.de video [fixed]

This is where you should report issues arising from the subscription filters.
Locked
Ares2
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

rtl.de video [fixed]

Post by Ares2 »

1. Example

The small videoplayer on the homepage is not working due to

Code: Select all

count.php?
in the tracking filter.

Fixed with:

Code: Select all

@@.rtl.de/*/tcount.php?modul=david$other,object-subrequest
2. BTW there is another (unblocked) in-video tracker on another page ( Example ) which can be blocked without breaking the video.

Code: Select all

/video_log.php?
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

All these should be fixed.
Sub-request whitelist :arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
Ares2
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

Post by Ares2 »

OMG!

1. Was the only (very targeted) whitelist that is needed.

2. Wasn't a suggestion for a whitelist but actually a filter suggestion (no @@) :D .

And I'm REALLY not happy with the general crossdomain.xml whitelist *sigh* :cry:
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

That whitelist seems to be working pretty good as I can see. :D

I absolutely LOVE the
$other,object-subrequest
.... switch option.
It is the best string option for video adjustments. It will only work if a video is activated :mrgreen:
"Experience is something you don't get until just after you need it"
Ares2
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

Post by Ares2 »

rick752 wrote:That whitelist seems to be working pretty good as I can see. :D
crossdomain.xml? Well ... :roll:

But maybe you missed the rest (I think you misunderstood what I'm trying to say - my bad, I'm mixing things here - crossdomain.xml has nothing to do with this topic):

1. Remove from EasyList

Code: Select all

@@.rtl.de/*=$other,object-subrequest
2. Add to Tracking filter (=whitelist)

Code: Select all

@@.rtl.de/*/tcount.php?modul=david$other,object-subrequest
3. Add to Tracking filter (=normal filter)

Code: Select all

/video_log.php?
As you see, it was my suggestion to block the video_log thing, not to whitelist it (it can be blocked without breaking the video but is not blocked already).
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Think I got it all now. :arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
Ares2
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

Post by Ares2 »

Almost. :biggrin:

a)
Ares2 wrote:3. Add to Tracking filter (=normal filter)

Code: Select all

/video_log.php?

b) While undoing the recent whitelist changes, you have lost the whitelist from this topic (just the xml is whitelisted ATM).

Readd to EasyList

Code: Select all

@@/adcontent.videoegg.com/eap/*$other,object-subrequest
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

:oops:
Now fixed :arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
Locked