AdguardTeam / AdguardFilters

AdGuard Content Blocking Filters
https://adguard.com/
GNU General Public License v3.0
3.07k stars 622 forks source link

Politainment.no - Embedded videos blocked (AdGuard Annoyances filter) [GDPR] #63269

Closed THEtomaso closed 3 years ago

THEtomaso commented 4 years ago

Affected site:

https://politainment.no/

Issue:

Embedded videos are unplayable, because of a blocked cookie consent, which needs to be accepted within the video containers.

Example:

https://politainment.no/2020/09/04/piloten-sa-ut-vinduet-og-oppdaget-en-mann-i-jetpack/

Screenshot:

Not needed, as the problem is obvious.

Problem filter:

Problem rule:

/cookieconsent.$domain=~alginor.no

Blocked assets:

https://politainment.no/wp-content/plugins/complianz-gdpr/assets/css/cookieconsent.min.css
https://politainment.no/wp-content/plugins/complianz-gdpr/assets/js/cookieconsent.min.js

Possible fix:

- /cookieconsent.$domain=~alginor.no
+ /cookieconsent.$domain=~alginor.no|~politainment.no

Temporary fix:

@@||politainment.no^*/cookieconsent.min.$script,stylesheet

Other problem filters:

--

System info:

THEtomaso commented 4 years ago

@DandelionSprout