Skip to content

Commit

Permalink
filmweb.pl GDPR dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
peace2000 authored Jul 5, 2023
1 parent abb8160 commit 9108057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filters/annoyances-cookies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ theguardian.com##+js(trusted-set-cookie, consentUUID, f0aaedd0-2a07-443a-b90f-05
bbc.com##+js(trusted-set-cookie, consentUUID, 14ec7082-be8b-4b4c-a5b4-668972e0e04b_21, 1year)
! https://video.lefigaro.fr/figaro/video/les-gestes-damour-prennent-plusieurs-formes-dans-une-video-humoristique-lukraine-demande-plus-de-caesar-a-la-france/
lefigaro.fr##+js(trusted-set-cookie, fig_save_consent, iTTPgpSWqAGGcd3vV88zNDbHsABxE1hB, 1year)
! https://www.filmweb.pl/video/Zwiastun/Indiana+Jones+i+artefakt+przeznaczenia+Zwiastun+nr+2+polskie+napisy-64884
filmweb.pl##+js(trusted-set-cookie, euconsent-v2, CPubvkAPubvkAAHABBENDMCgAAAAAAAAAB5YAAAAAAAA.YAAAAAAAAAAA, 1year)

!! Needs additional cookies

Expand Down

4 comments on commit 9108057

@krystian3w
Copy link
Contributor

@krystian3w krystian3w commented on 9108057 Jul 24, 2023

Choose a reason for hiding this comment

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

@peace2000 @Nojuuu test like that:

! placebo or compatible with new set-constant idea:
filmweb.pl##+js(set, rodo.waitForConsent, noopPromiseResolve)
filmweb.pl##+js(set, rodo.canProfileVisitor, noopPromiseReject)
filmweb.pl##+js(set, rodo.validateStoragePurpose, noopPromiseResolve)
! long time ago set-constant values:
filmweb.pl##+js(set, consentManagerIsOn, false)
filmweb.pl##+js(set, rodo.checkIsDidomiConsent, noopFunc)
! some list block that domain:
@@||sdk.privacy-center.org/*/loader.js$domain=filmweb.pl
@@||sdk.privacy-center.org/sdk.*.js$domain=filmweb.pl
!
filmweb.pl#@#+js(trusted-set-cookie, euconsent-v2, CPubvkAPubvkAAHABBENDMCgAAAAAAAAAB5YAAAAAAAA.YAAAAAAAAAAA, 1year)

@peace2000
Copy link
Member Author

Choose a reason for hiding this comment

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

AFAIK uBO doesn't support noopPromiseResolve or noopPromiseReject for set-constant.

@stephenhawk8054
Copy link
Member

Choose a reason for hiding this comment

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

Maybe these?

filmweb.pl##+js(set, rodo.waitForConsent, noopFunc, asResolved)
filmweb.pl##+js(set, rodo.canProfileVisitor, noopFunc, asRejected)
filmweb.pl##+js(set, rodo.validateStoragePurpose, noopFunc, asResolved)

uBlockOrigin/uBlock-issues#2615 (comment)

I haven't actually tested it. It might depend on the value

@peace2000
Copy link
Member Author

Choose a reason for hiding this comment

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

@stephenhawk8054 Sorry for delay. Unfortunately those don't work.

Please sign in to comment.