Current section
Files
Jump to
Current section
Files
priv/extras/cookiesapi.html
<script>
window.addEventListener('DOMContentLoaded', () => {
document.cookie = 'testcookie=crunchcrunch; path=/';
});
</script>