From 04e4e1cc1dc6d74c4804a2b841c43161bc4a0c16 Mon Sep 17 00:00:00 2001 From: Josh Gerdes Date: Fri, 2 Oct 2020 14:52:00 -0500 Subject: [PATCH] tpl: Add Do Not Track (dnt) option to Vimeo shortcode Added a Vimeo EnableDNT privacy option to the Hugo config. This will enable the Vimeo 'Do Not Track' flag when either Vimeo shortcode tempalte options are used. When enabled, it will force the Vimeo player to be blocked from tracking any session data, including all cookies and stats. Fixes #7700 --- content/en/about/hugo-and-gdpr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/about/hugo-and-gdpr.md b/content/en/about/hugo-and-gdpr.md index 7c1c9bed4..df0234a3b 100644 --- a/content/en/about/hugo-and-gdpr.md +++ b/content/en/about/hugo-and-gdpr.md @@ -51,6 +51,7 @@ enableDNT = false simple = false [privacy.vimeo] disable = false +enableDNT = false simple = false [privacy.youtube] disable = false @@ -128,6 +129,9 @@ privacyEnhanced ### Vimeo +enableDNT +: Enabling this for the vimeo shortcode, the Vimeo player will be blocked from tracking any session data, including all cookies and stats. + simple : If simple mode is enabled, the video thumbnail is fetched from Vimeo's servers and it is overlayed with a play button. If the user clicks to play the video, it will open in a new tab directly on Vimeo's website.