Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add queryprune filters to deal with SSAI #8131

Merged
merged 5 commits into from
Nov 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions filters/filters-2020.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5694,6 +5694,12 @@ gamesrepacks.com##+js(nostif, mdpDeBlocker)
! https://forums.lanik.us/viewtopic.php?p=157292#p157292
@@||firenzetoday.it^$ghide

! SSAI Video ads on ABC Owned TV station sites https://github.com/uBlockOrigin/uBlock-issues/issues/760#issuecomment-715702997
||content.uplynk.com/api/*&ad=$xhr,queryprune=|ad,domain=abc7ny.com|abc7.com|abc7chicago.com|6abc.com|abc7news.com|abc13.com|abc11.com|abc30.com

! SSAI Video ads on Discovery TV sites https://github.com/uBlockOrigin/uBlock-issues/issues/760#issuecomment-715926907
||api.discovery.com/v1/streaming/video/*&adNetworkId=$xhr,queryprune=|ad,domain=ahctv.com|animalplanet.com|cookingchanneltv.com|destinationamerica.com|discovery.com|discoverylife.com|diynetwork.com|foodnetwork.com|hgtv.com|investigationdiscovery.com|motortrend.com|sciencechannel.com|tlc.com|travelchannel.com
Copy link

@majonezzz majonezzz Nov 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@llacb47, in this commit @AdamWr has replaced a proposed solution:
@@||geolocation.onetrust.com/cookieconsentpub/v1/geo/location$script,domain=tvn24.pl to
@@||geolocation.onetrust.com/cookieconsentpub/*/geo/location$domain=tvn24.pl

notice: v1 ==> *, the same has not happened in the case of the current commit:
||api.discovery.com/v1/streaming/video/ is still v1

Now I wonder whether v1 or * is the proper / safer / better solution.
Do you guys have just a different filters approach?
It would be nice to see a confrontation between both of you.
However anybody else can take a voice as well.
Also @krystian3w


! https://github.com/AdguardTeam/AdguardFilters/issues/66772
@@||wo2viral.com^$ghide
wo2viral.com##.lienet:style(display:block !important)
Expand Down