chore: error reporting

This commit is contained in:
Cory Dransfeldt 2024-06-08 21:19:16 -07:00
parent a026d155b7
commit 2191f8875f
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,4 @@ permalink: /1000.html
<p>Nah, that's no good.</p> <p>Nah, that's no good.</p>
::CLOUDFLARE_ERROR_1000S_BOX:: ::CLOUDFLARE_ERROR_1000S_BOX::
</div> </div>
<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script> <script>document.addEventListener('DOMContentLoaded', function () { plausible('1000', { props: { path: document.location.pathname } }); });</script>

View file

@ -9,4 +9,4 @@ permalink: /captcha.html
<p>Nah, that's no good.</p> <p>Nah, that's no good.</p>
::CAPTCHA_BOX:: ::CAPTCHA_BOX::
</div> </div>
<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script> <script>document.addEventListener('DOMContentLoaded', function () { plausible('Captcha', { props: { path: document.location.pathname } }); });</script>

View file

@ -9,4 +9,4 @@ permalink: /js-challenge.html
<p>Nah, that's no good.</p> <p>Nah, that's no good.</p>
::IM_UNDER_ATTACK_BOX:: ::IM_UNDER_ATTACK_BOX::
</div> </div>
<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script> <script>document.addEventListener('DOMContentLoaded', function () { plausible('JS challenge', { props: { path: document.location.pathname } }); });</script>