Compare commits

...

3 Commits

Author SHA1 Message Date
tim
606e5fd2d2 Privacy Policy remove Beta reference 2025-04-09 20:58:06 -04:00
tim
1bcce4eedc video analytics tracking 2025-04-08 14:07:37 -04:00
tim
c243b4afc3 stop autoplay 2025-04-03 16:57:40 -04:00
3 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,10 @@
<template>
<div style="margin-top: 1.5em; margin-bottom: 1.5em;">
<!-- NOTE: add ?autoplay=1 to the src query string-->
<iframe style="display: inline-block" width="560" height="315" :src="`https://www.youtube.com/embed/${idAndSi}&autoplay=${autoplay?'1':'0'}`" title="Dexorder on YouTube" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<!-- NOTE:
add ?autoplay=1 to the src query string
add enablejsapi=1 to query to allow video play tracking in the page's Google Analytics
-->
<iframe style="display: inline-block" width="560" height="315" :src="`https://www.youtube.com/embed/${idAndSi}&enablejsapi=1&autoplay=${autoplay?'1':'0'}`" title="Dexorder on YouTube" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<intro-video autoplay/>
<intro-video/>
</template>
<script setup>

View File

@@ -9,7 +9,8 @@ We use your IP address to restrict our service in certain regions.
Your IP address and web requests will be temporarily recorded in standard web server logs.
We use [Crisp](https://crisp.chat/) for support chat, and it gives your browser a cookie. After the Beta is over, we
We use [Crisp](https://crisp.chat/) for support chat, and it gives your browser a cookie. After we have gathered
feedback from early users, we
will remove this chat and its required cookie. You may block it using browser plugins without affecting the app.
We do not sell or otherwise allow anyone else to see our records except for compliance with legal subpoenas.