Commit graph

6 commits

Author SHA1 Message Date
Thomas Hochstein d00a762311 Cookie Consent: "understood", not "accepted".
The cookie consent banner is a notice to inform
users about our usage of cookies - it's not a
way to get consent, because cookies are used
whether you click "accepted" or not. The click
will just dismiss the banner.

As we do not really ask for consent - if we did,
we had to refrain from setting cookies unless
and until the users has accepted -, we shouldn't
make it sound like we do. Anything else would IMO
violate the GDPR requirement of "information
[...] in a concise, transparent, intelligible
and easily accessible form, using clear and plain
language" (Art. 12).

So, "I understand" (or "dismiss") instead of
"I accept".

Incidentally, I do not think that we need explicit
consent for the usage of cookies to the extent
that we do so. However, if we should need consent
for legal reasons, then we must implement this in
such a way that no cookies are set without consent.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-08-05 22:32:06 +02:00
onli 725edf4415
dsgvo: Add a button to the privacy draft to copy the pure html (#78) 2018-05-15 18:45:36 +02:00
Matthias Mees f847354e20 Typo 2018-05-03 08:43:12 +02:00
Matthias Mees 0231eb1f14 [serendipity_event_dsgvo] Minor improvements
- If it does not have a legend, it should not be a fieldset
- Fix typos in German translation
- German translations for GDPR_BACKEND_* constants
- Bump version, document changes
2018-05-01 14:27:56 +02:00
Matthias Mees 763218402c More German DSVGO translation popations 2018-04-05 22:44:33 +02:00
Matthias Mees 8bfad98183 Add German translation for DSGVO plugin
- Add + translate German lang file
- Add UTF-8 version of the German lang file
- Add a default spacing for checkbox to CSS
- 'Imprint' is a false friend, 'legal notice' is usually correct
- Fix minor typo
2018-04-01 17:51:19 +02:00