Alex's Slip-box

These are my org-mode notes in sort of Zettelkasten style

HTTP Cookies

:ID: E540D011-8E1E-43CC-B2D9-0714EC0C37E2

Mozilla HTTP cookies docs

# Properties

# Expires / Max-Age

# Secure

Only sent over HTTPS (except on localhost).

# HttpOnly

Makes the cookie inaccessible to JavaScript.

# SameSite

This controls if cookies should be restricted to being first-party (ie loading an image on a 3rd party site). See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Search Results