Compare commits

...

3 commits

2 changed files with 4 additions and 5 deletions

View file

@ -11,10 +11,9 @@ if (localStorage.getItem(confirmKey) === null) {
}
const ackeeServer = 'https://ackee.sebin-nyshkim.net';
const ackeeDomainId = 'c7d67b68-9522-4bf0-8dd5-1332790999a9';
const ackeeDomainId = 'fc6deee5-c700-4c8a-87cd-421b673a33aa';
const ackeeOpts = {
detailed: localStorage.getItem(confirmKey) === 'true',
ignoreLocalhost: false
detailed: localStorage.getItem(confirmKey) === 'true'
};
if (localStorage.getItem(confirmKey) === 'true') {

View file

@ -124,8 +124,8 @@
<div class="space-y-4 p-4 text-center">
<p class="text-xl font-bold">Analytics</p>
<p>
I would like to know which devices my site is displayed on. May I collect data about your device? The specific data is outlined
<a href="/privacy" class="!decoration-white hover:!text-white dark:!decoration-sky-600 dark:hover:!text-sky-600">here</a>.
May I collect some anonymized data about the device you use to view this site? I won't know who you are. See:
<a href="/privacy" class="!decoration-white hover:!text-white dark:!decoration-sky-600 dark:hover:!text-sky-600">Privacy Policy</a>.
</p>
</div>
<div class="flex flex-row *:first:rounded-es-xl *:last:rounded-ee-xl *:first:border-e">