📄 Added note about captcha

This commit is contained in:
Mawoka
2022-12-04 12:29:26 +01:00
parent 2a22a4df9e
commit fd39ebaf10
2 changed files with 21 additions and 2 deletions
@@ -88,6 +88,15 @@
>
</label>
</div>
{#if captcha_selected}
<div class="flex justify-center mt-2" transition:fade>
<p class="w-1/3">
If enabled, Google's ReCaptcha will load in the browser of players. Only enable
if you really need it, since you need the consent of <b>EVERY</b> player to load
the captcha.
</p>
</div>
{/if}
<div class="grid grid-cols-2 gap-8 my-auto">
<div
@@ -69,10 +69,20 @@
year.
</p>
<h2>Third-parties</h2>
<h2>Tracking</h2>
<p>
This site uses a self-hosted GlitchTip (sentry) instance for error-logging. An opt-out is
not available at the moment. This website also uses
<a href="https://plausible.io/">Plausible</a> to log usage-data.
<a href="https://plausible.io/">Plausible</a> to log usage-data, but this is also running on
the same server as ClassQuiz itself.
</p>
<h3>Third-Parties</h3>
<p>
The quiz-admin can enable the captcha, which then loads Google's ReCaptcha which then sends
something to Google. Refer to Google's <a
href="https://policies.google.com/privacy?hl=en-GB"
target="_blank"
rel="noreferrer">Privacy policy</a
>.
</p>
</article>