Hacker News new | ask | show | jobs
by sdflhasjd 1805 days ago
Does it stand for something? Why the letters 'Sec'?
1 comments

I don't think I've ever seen it called out, but I always assumed it's "Secure" in the sense it hasn't been modified by a script.

But that's 100% a guess on my part.

Great, so now we have the HttpOnly flag for cookies which differs from the Secure flag for cookies, while the Secure in the Sec headers has the same meaning as HttpOnly.
And we have SameSite in Cookies, and Allow-Origin in headers!