From 7fffab5026a4e0685a5546e3cbe389855a5331d6 Mon Sep 17 00:00:00 2001 From: scottmakestech <83726258+scottmakestech@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:51:55 -0500 Subject: [PATCH] Fix YouTube embed referrer policy for command line intro --- content/en/_headers | 6 ++++++ content/en/blog/2024-08-01-command-line-intro.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/content/en/_headers b/content/en/_headers index 65e6052..bec7d7b 100644 --- a/content/en/_headers +++ b/content/en/_headers @@ -5,3 +5,9 @@ X-Content-Type-Options: nosniff Referrer-Policy: no-referrer Feature-Policy: geolocation none;midi none;notifications none;push none;sync-xhr none;microphone none;camera none;magnetometer none;gyroscope none;speaker self;vibrate none;fullscreen self; + +/blog/command-line-intro + Referrer-Policy: strict-origin-when-cross-origin + +/blog/command-line-intro/ + Referrer-Policy: strict-origin-when-cross-origin diff --git a/content/en/blog/2024-08-01-command-line-intro.md b/content/en/blog/2024-08-01-command-line-intro.md index adbb732..00e21db 100644 --- a/content/en/blog/2024-08-01-command-line-intro.md +++ b/content/en/blog/2024-08-01-command-line-intro.md @@ -14,7 +14,7 @@ Want to get to it? You can try out our [command line tutorial for Divvi Up](http
@@ -52,4 +52,4 @@ Check out the [full tutorial](https://docs.divviup.org/command-line-tutorial) fo If you do try out [the tutorial](https://docs.divviup.org/command-line-tutorial/) and are ready to prototype an integration with your application you should now have everything you need to get started running locally. -If you have ideas or questions on how to integrate privacy preserving telemetry into your application we would love to hear from you via email