Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/en/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions content/en/blog/2024-08-01-command-line-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Want to get to it? You can try out our [command line tutorial for Divvi Up](http


<div style="aspect-ratio: 560/315; max-width: 560px; margin: 40px auto; overflow: hidden;">
<iframe style="width: 100%; max-width: 100%; height: 100%; border: none;" src="https://www.youtube.com/embed/z54EnRiSrtI" title="Divvi Up Command Line Demo - Under 5 Minutes" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe style="width: 100%; max-width: 100%; height: 100%; border: none;" src="https://www.youtube.com/embed/z54EnRiSrtI" title="Divvi Up Command Line Demo - Under 5 Minutes" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>


Expand Down Expand Up @@ -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 <contact@divviup.org>.
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 <contact@divviup.org>.
Loading