mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
00bbf304ee
tests that confirm we are not sending credentials by default Differential Revision: https://phabricator.services.mozilla.com/D49580 --HG-- extra : moz-landing-system : lando
7 lines
164 B
HTML
7 lines
164 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
document.cookie = "🍪";
|
|
</script>
|
|
<link rel="manifest" href="cookie_checker.sjs" crossorigin="use-credentials"`>
|