bastislack / highline-freestyle

Webapp for Highline Freestyle
GNU General Public License v3.0
10 stars 9 forks source link

Introduce cookie settings #326

Closed JulianDietzel closed 4 months ago

JulianDietzel commented 7 months ago

[!NOTE] Important follow up issue to #279. The following was moved to this separate issue to a) contain the scope of #279 and b) since this was not originally part of the issue. This should be addressed only once #279 is implemented.

Since in #279 video embeds are introduced we need a way to allow the user to consent to or decline the use of third party cookies. To do this, the following needs to be put in place:

WaldemarLehner commented 6 months ago

I have made something similar for my website. We could reuse that logic if you want :)

https://waldemarlehner.de/en/privacy/

JulianDietzel commented 6 months ago

Started working on this. Current progress can be found on feat/cookie-settings.

JulianDietzel commented 4 months ago

Only some translations of the video.en.json file into Spanish and French, and a short wiki entry are still missing. Then this will be done.

JulianDietzel commented 4 months ago

Implemented in #338