A basic privacy and cookie question

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Anti-Spam Guide
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

A basic privacy and cookie question

Post by Fab02 »

Hallo everyone
I think there is something important in the concept of privacy and cookie management that escapes me.
As you know, when we make it possible to publish YouTube videos embed in posts, the issue of privacy and cookies arises clearly.
Yet, I don't see the issue being addressed. Even the phpbb Media embed plugin, official software, offers the possibility of publishing video embeds in posts without worrying about further settings that adress the issue.
In short, it's as if the problem didn't exist... and evidently I'm missing something...
Can anyone clarify my ideas?
Thanks in advance.

Fab
User avatar
Anișor
Translator
Posts: 301
Joined: Tue Jan 08, 2013 9:36 pm
Location: Arbroath, Angus, Scotland

Re: A basic privacy and cookie question

Post by Anișor »

It’s a bit hard to manage third party cookies it is an issue indeed.
The best you can do is maybe embed the videos with privacy-enhance mode which will limit tracking cookies until the user interacts with the video.

You can use this by adding “?rel=0&showinfo=0&autohide=1” to the link of the video.

You can probably also add a popup to let the users now before loading the youtube videos and if they accept or not to see the link/embeded video.

Edit: the safest method maybe would be to host this videos on your website but that would take a lot of space.
User avatar
warmweer
Jr. Extension Validator
Posts: 11623
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: A basic privacy and cookie question

Post by warmweer »

Fab02 wrote: Tue Aug 20, 2024 9:17 am ...
As you know, when we make it possible to publish YouTube videos embed in posts, the issue of privacy and cookies arises clearly.
...
Which specific issues are your referring to?
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

Re: A basic privacy and cookie question

Post by Fab02 »

Anișor wrote: Tue Aug 20, 2024 9:33 am It’s a bit hard to manage third party cookies it is an issue indeed.
The best you can do is maybe embed the videos with privacy-enhance mode which will limit tracking cookies until the user interacts with the video.

You can use this by adding “?rel=0&showinfo=0&autohide=1” to the link of the video.

You can probably also add a popup to let the users now before loading the youtube videos and if they accept or not to see the link/embeded video.

Edit: the safest method maybe would be to host this videos on your website but that would take a lot of space.
that code solves the problem if only I inserted the videos... but as you know, the users also do it... so I'd stay at the beginning.
I absolutely agree about the popup...but I have no idea how to do it. I'm not a programmer....

Fab
User avatar
danieltj
Infrastructure Team Member
Infrastructure Team Member
Posts: 492
Joined: Thu May 03, 2018 9:32 pm
Location: United Kingdom
Name: Daniel James

Re: A basic privacy and cookie question

Post by danieltj »

You're venturing into the realm of custom coding here really. Using third party services requires you as the board admin to assess the risks of doing so and implement something that allows users to opt in or out of tracking cookies.

I appreciate that something may be a core feature to allow you to do something but the onus falls on the board admin to ensure that any third party services being used are done so in a way that satisfies your legal obligations.

Basically: you'll need to ensure when people embed YouTube videos, there's some kind of check in place for the user to confirm cookies or not before the video is loaded. Having said that, if you have a cookie banner, that should serve somewhat as a reasonable solution to the use of YouTube cookies.
💷 Purchase the Awesome Payments extension today!
Monetise your forum with one off payments and subscriptions.

Need a premium extension created? Send me a PM.
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

Re: A basic privacy and cookie question

Post by Fab02 »

warmweer wrote: Tue Aug 20, 2024 9:37 am
Fab02 wrote: Tue Aug 20, 2024 9:17 am ...
As you know, when we make it possible to publish YouTube videos embed in posts, the issue of privacy and cookies arises clearly.
...
Which specific issues are your referring to?
YouTube videos, when inserted into a site, release cookies that collect statistical data which should be managed in accordance with the laws.

Fab
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

Re: A basic privacy and cookie question

Post by Fab02 »

danieltj wrote: Tue Aug 20, 2024 9:45 am Basically: you'll need to ensure when people embed YouTube videos, there's some kind of check in place for the user to confirm cookies or not before the video is loaded. Having said that, if you have a cookie banner, that should serve somewhat as a reasonable solution to the use of YouTube cookies.
...but that's exactly what I'm trying to say....
The need for a cookie banner is clear, but I don't see native solutions to a real problem...nor popular extensions to solve it.
And this seems unlikely to me, given the diffusion of phpbb and the ability and competence of those who deal with it.
This is why I think I'm missing something...

Fab
User avatar
danieltj
Infrastructure Team Member
Infrastructure Team Member
Posts: 492
Joined: Thu May 03, 2018 9:32 pm
Location: United Kingdom
Name: Daniel James

Re: A basic privacy and cookie question

Post by danieltj »

You can enable a cookie banner via the Admin Control Panel.

Go to the ACP :arrow: Cookie Settings :arrow: Cookie Notice (enable).

phpbb-acp-cookie-settings.png
You do not have the required permissions to view the files attached to this post.
💷 Purchase the Awesome Payments extension today!
Monetise your forum with one off payments and subscriptions.

Need a premium extension created? Send me a PM.
User avatar
Anișor
Translator
Posts: 301
Joined: Tue Jan 08, 2013 9:36 pm
Location: Arbroath, Angus, Scotland

Re: A basic privacy and cookie question

Post by Anișor »

I can help you out with this if I have time this evening it’s just a simple piece of javascript I reckon.
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: A basic privacy and cookie question

Post by ssl »

Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

Re: A basic privacy and cookie question

Post by Fab02 »

danieltj wrote: Tue Aug 20, 2024 9:58 am You can enable a cookie banner via the Admin Control Panel.

Go to the ACP :arrow: Cookie Settings :arrow: Cookie Notice (enable).


phpbb-acp-cookie-settings.png
...I missed it and I thank you!
...but this is the simple warning that also appears on this forum and I don't think it resolves the matter...because it is a system that resolves the issue of cookies based on how the forum was "created" and not based on what you can add, like youtube videos.
There are no third parties here on this support forum we are writing on now.
Instead, on any site that hosts Google Adsense or some form of advertising, or YouTube videos themselves, correct information allows you to accept or reject the different types of cookies that come from third parties, choosing among them what you accept. ...you must have noticed it.

Fab
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

Re: A basic privacy and cookie question

Post by Fab02 »

ssl wrote: Tue Aug 20, 2024 11:06 am No doubt with this extension: https://www.phpbb.com/customise/db/exte ... e_manager/
I noticed it...but I also noticed the number of downloads...only 2484.
A figure too low compared to the real need... and I suspected that it wouldn't solve the problem.
Do you think it solves it?

Fab
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

Re: A basic privacy and cookie question

Post by Fab02 »

Anișor wrote: Tue Aug 20, 2024 10:05 am I can help you out with this if I have time this evening it’s just a simple piece of javascript I reckon.
...and i thank you!
But, before, it's interesting to know what you think about that extension...
https://www.phpbb.com/customise/db/exte ... e_manager/
:)

Fab
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: A basic privacy and cookie question

Post by ssl »

What does this have to do with the number of downloads?

This extension use Klaro script, so read this
Klaro wrote:Contextual Consent

This tutorial explains how to use Klaro's "contextual consent" feature, which enables you to ask for the users' consent before showing e.g. embedded Youtube videos or other content. The consent notice you see on this page demonstrates how this mechanism works.
https://klaro.org/docs/tutorials/contextual_consent
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Fab02
Registered User
Posts: 15
Joined: Tue Aug 20, 2024 9:05 am

Re: A basic privacy and cookie question

Post by Fab02 »

ssl wrote: Tue Aug 20, 2024 11:38 am What does this have to do with the number of downloads?
...nothing, of course 8-)
I only had the problem that since the number of downloads was not very high compared to the audience, this could mean that it didn't solve the problem.

I visited the klaro.org link and I think you are right. Thank you

Fab

Return to “phpBB Discussion”