- Issue created by @eduardo morales alberti
When using the youtube_cookies module, a YouTube video is played even after the user has explicitly rejected cookies, which is an unexpected and incorrect behavior. This suggests a potential issue where the cookie consent change event might not be properly triggered or the youtube_cookies module is not correctly capturing and acting upon it.
Expected behavior: The YouTube video should not play, as cookies have been rejected.
Actual behavior: The YouTube video is reproduced, despite cookies being rejected.
(To be determined)
Investigate if the cookie consent solution's event for changing consent is firing correctly after rejection.
Verify how the youtube_cookies module is listening for and reacting to cookie consent changes.
Debug the module's logic to ensure it correctly prevents video playback when cookies are rejected.
Implement a fix to ensure that YouTube videos respect the user's cookie rejection.
None initially, as this is a backend/logic issue.
None initially, unless a new API or hook is required to properly integrate with cookie consent events.
None.
Active
2.0
Code