📄 Added note about captcha
This commit is contained in:
@@ -88,6 +88,15 @@
|
|||||||
>
|
>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</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 class="grid grid-cols-2 gap-8 my-auto">
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -69,10 +69,20 @@
|
|||||||
year.
|
year.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Third-parties</h2>
|
<h2>Tracking</h2>
|
||||||
<p>
|
<p>
|
||||||
This site uses a self-hosted GlitchTip (sentry) instance for error-logging. An opt-out is
|
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
|
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>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user