radio-canada.ca

This is where you should report issues arising from the subscription filters.
Locked
gorhill
uBlock Origin Author
uBlock Origin Author
Posts: 230
Joined: Mon Aug 18, 2014 3:17 pm

radio-canada.ca

Post by gorhill »

[video playback broken]

URL: http://ici.radio-canada.ca/nouvelle/1015161/bruits-etranges-baie-des-chaleurs

Issue: Flash-based video player is broken -- scroll down to bring the embedded video in to view. This issue is present only for Chromium-based browsers, not for Firefox/Nightly.

Cause: Two blocking filters, one in EasyList, the other in EasyPrivacy:
EasyList filter ||imasdk.googleapis.com^$third-party prevents the loading of http://imasdk.googleapis.com/js/sdkloader/ima3.js.
EasyPrivacy filter ||cbc.ca/g/stats/ prevents the loading of http://www.cbc.ca/g/stats/videoheartbeat/v1/cbc-videoheartbeat.js.

Without these resources, the video won't play on a Chromium-based browser.

I created these exception filters to fix the issue:

Code: Select all

@@||cbc.ca/g/stats/videoheartbeat/v1/cbc-videoheartbeat.js$script,domain=radio-canada.ca
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$script,domain=radio-canada.ca
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

Post by Khrin »

Locked