This is needed in order to set e.g. SameSite=Strict. It does make the default slightly uglier though.
I thought about splitting the field on '=', so "SameSite=Strict" would become ("SameSite,"Strict"), but I personally preferred this option. It does have the advantage of not breaking backward compatibility though.
This is needed in order to set e.g. SameSite=Strict. It does make the default slightly uglier though.
I thought about splitting the field on '=', so "SameSite=Strict" would become ("SameSite,"Strict"), but I personally preferred this option. It does have the advantage of not breaking backward compatibility though.