We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CloudFrontによりCookieが遮断されているため、セッションが使用できない。 安易にCookie転送を有効にすると「Cookieが異なるとキャッシュが効かなくなる」=「セッションを使う以上ほとんどキャッシュが効かない」となってしまう。
対策
index.php
resolve.php
delete.php
他に案があれば提案お願いしますm(_ _)m
The text was updated successfully, but these errors were encountered:
Revert "Merge branch 'n1215-feature_csrf_protect'" #48 #55
724bcec
セッションが正常に動作していないためCSRF対策を一旦Revertする This reverts commit ba97965, reversing changes made to c8d3075.
他のやり方だと大掛かりな変更になりそうなので、ひとまずPOSTをGETに置き換えたバージョンでプルリクエスト出します。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
CloudFrontによりCookieが遮断されているため、セッションが使用できない。
安易にCookie転送を有効にすると「Cookieが異なるとキャッシュが効かなくなる」=「セッションを使う以上ほとんどキャッシュが効かない」となってしまう。
対策
index.php
→resolve.php
ordelete.php
はPOSTだけど更新が無いのでGETに書き換えてCSRF対策を外すhttps://github.com/n1215/Water/blob/558cc2641344345f22268e465399a23988af5473/webroot/js/index.js#L47
https://github.com/n1215/Water/blob/558cc2641344345f22268e465399a23988af5473/webroot/js/index.js#L61
他に案があれば提案お願いしますm(_ _)m
The text was updated successfully, but these errors were encountered: