Google Ads enforces EU cookie legislation and demands we notify the visitor

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: Google Ads enforces EU cookie legislation and demands we notify the visitor

Post by Pony99CA »

Louis7777 wrote: Thu Jul 30, 2015 3:42 am
Pony99CA wrote: Thu Jul 30, 2015 2:00 am I disagree. First, we already have such a feature (with COPPA).
Yeah. We really shouldn't have that.
Maybe with officially-supported extensions, we could pull it out of the core. We'd still need a place to put the settings, though, so my Legal Settings Page would be a good home for that. :D

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
Elsensee
Former Team Member
Posts: 42
Joined: Sun Mar 16, 2014 1:08 pm
Location: Hamburg, Germany
Contact:

Re: Google Ads enforces EU cookie legislation and demands we notify the visitor

Post by Elsensee »

Things like these (that are required for legal reasons) belong to the core IMHO.
Extensions are there for admins who want to add new functions or to improve functions/behaviors. If an administrator decides to use no extensions because he is afraid of the possible vulnerabilities, he should have everything in the core which is absolutely needed for the board to run good and for him to not get sued or something like that.

CHItA
Development Team
Development Team
Posts: 169
Joined: Thu Mar 12, 2015 1:43 pm
Location: Budapest, Hungary

Re: Google Ads enforces EU cookie legislation and demands we notify the visitor

Post by CHItA »

What we could do easily is what Spotify does on their website, which i'm not quite sure is actually satisfies the legal requirements, however, i don't see how we could implement this any better for custom BBCodes for example (if you have a youtube video on the page, or even an image from another website it will place coockies in your browser...).

User avatar
Pony99CA
Registered User
Posts: 986
Joined: Sun Feb 08, 2009 2:35 am
Location: Hollister, CA
Contact:

Re: Google Ads enforces EU cookie legislation and demands we notify the visitor

Post by Pony99CA »

Elsensee wrote: Fri Aug 07, 2015 1:28 am Things like these (that are required for legal reasons) belong to the core IMHO.
Extensions are there for admins who want to add new functions or to improve functions/behaviors. If an administrator decides to use no extensions because he is afraid of the possible vulnerabilities, he should have everything in the core which is absolutely needed for the board to run good and for him to not get sued or something like that.
I mostly agree, which is why I opened the RFC. However, some admins are worried about bloat and unnecessary ACP options, which is why I suggested officially-supported extensions. I presume that officially-supported extensions (as opposed to regular extensions) get the same scrutiny as core code, so they would be safe.

With an officially-supported extension, the admin would only need to add the extensions relevant to the regions the admin's board serves, so there would be less bloat.

Of course, this depends on my presumption about officially-supported extensions getting core-level checking and testing. If that's wrong, please correct me.

Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.

User avatar
Elsensee
Former Team Member
Posts: 42
Joined: Sun Mar 16, 2014 1:08 pm
Location: Hamburg, Germany
Contact:

Re: Google Ads enforces EU cookie legislation and demands we notify the visitor

Post by Elsensee »

Pony99CA wrote: Fri Aug 07, 2015 9:04 pmHowever, some admins are worried about bloat and unnecessary ACP options, which is why I suggested officially-supported extensions. I presume that officially-supported extensions (as opposed to regular extensions) get the same scrutiny as core code, so they would be safe.

[...]

Of course, this depends on my presumption about officially-supported extensions getting core-level checking and testing. If that's wrong, please correct me.
Official extensions get the same level of code scrutiny as any other validated extension. However, the official extensions are developed by knowledgable team members who are familiar with the coding guidelines of phpBB, and also subject their code to extensive code testing and metric analyses, just like phpBB's core, to ensure compatibility and cohesion.

Post Reply