From fd39ebaf108f5fb02b15e8dc9a6e9a9e1c534c3c Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 4 Dec 2022 12:29:26 +0100 Subject: [PATCH] :page_facing_up: Added note about captcha --- frontend/src/lib/dashboard/start_game.svelte | 9 +++++++++ .../src/routes/docs/privacy-policy/+page.svelte | 14 ++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/dashboard/start_game.svelte b/frontend/src/lib/dashboard/start_game.svelte index 2af030d..02cd030 100644 --- a/frontend/src/lib/dashboard/start_game.svelte +++ b/frontend/src/lib/dashboard/start_game.svelte @@ -88,6 +88,15 @@ > + {#if captcha_selected} +
+

+ 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 EVERY player to load + the captcha. +

+
+ {/if}
-

Third-parties

+

Tracking

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 - Plausible to log usage-data. + Plausible to log usage-data, but this is also running on + the same server as ClassQuiz itself. +

+

Third-Parties

+

+ The quiz-admin can enable the captcha, which then loads Google's ReCaptcha which then sends + something to Google. Refer to Google's Privacy policy.