간단 정리
chrome 정책이 바뀜 samesite를 처리하는 기본값을 바꿈(samesite여야 하는것으로)
(samesite=None => samesite=lax)
임시 처리 방법(위험합니다 개발할때만 하고 다시 설정을 되돌려 놓아야합니다)
크롬에서 아래 url로 접근 후 chrome://flags/#same-site-by-default-cookies SameSite by default cookies 를 Disabled 로 설정 후 (same-site-by-default-cookies)Relaunch 를 눌러줍니다.
아래 링크에서 이슈에 대해서 자세히(?) 설명해 줍니다.
참고 자료
https://www.yceffort.kr/2020/01/chrome-cookie-same-site-secure/
https://blog.chromium.org/2019/10/developers-get-ready-for-new.html
https://github.com/GoogleChromeLabs/samesite-examples
https://web.dev/samesite-cookies-explained/
https://www.chromestatus.com/feature/5088147346030592
https://blog.heroku.com/chrome-changes-samesite-cookie
https://www.netsparker.com/blog/web-security/same-site-cookies-by-default/
'프로젝트 설정' 카테고리의 다른 글
[REDIS] Redis 설치 (for Windows 64bit) (0) | 2021.04.19 |
---|---|
[ubuntu] 프로젝트 배포 및 운영(python/aws/linux/git) (0) | 2021.04.14 |
IntelliJ 에서 Kotlin 프로젝트 실행시 오류 모음 (0) | 2020.01.14 |
node-gyp rebuild error (window) (0) | 2020.01.13 |
python 2.7 install (window) 왕초보 주인용 (0) | 2020.01.13 |