Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #4067 Cookie(csrfToken)にsecure属性が付かない問題を解決 #4068

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

katokaisya
Copy link
Collaborator

@katokaisya katokaisya commented Dec 5, 2024

@ryuring
@seto1

BASERCMSクッキーにsecure属性がつく場合は、csrfTokenにもsecure属性がつくように調整しました。
ご確認ください。

php.iniでsession.cookie_secure = 1になっていても、csrfTokenにはsecure属性がつかないので、
BASERCMSクッキーにsecure属性がつくときと同じ条件で、secure属性がつくように調整しました。
(cakePHPの仕様でSessionは.envにHTTPSパラメータを追記するとサーバーの状態に関係なくsecure属性がつくようになります。それも引き継ぐようにしています。)

@ryuring
Copy link
Collaborator

ryuring commented Dec 6, 2024

@katokaisya ありがとうございます!マージします

@ryuring ryuring merged commit e95647a into baserproject:5.1.x Dec 6, 2024
1 check passed
@momofff momofff added this to the 5.1.5 milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants