a47a7690b2d8673179471f33954007580b76eeda
This commit enhances the cookie handling logic by providing detailed comments on the SameSite attribute options and their implications for security. It sets the default SameSite value to 'none' to allow iframe embedding while ensuring that Secure is true when SameSite is 'none'. Additionally, it adds a warning for cases where SameSite is 'none' but Secure is false, improving the overall security posture of cookie management.
Description
No description provided
Languages
Vue
55.3%
JavaScript
38.8%
TypeScript
3.1%
Shell
2.6%
HTML
0.1%