-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
add CSRF validation by custom HTTP header #20280
Conversation
olegbaturin
commented
Nov 23, 2024
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Fixed issues | #20279 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20280 +/- ##
=========================================
Coverage 64.84% 64.85%
- Complexity 11399 11402 +3
=========================================
Files 430 430
Lines 37134 37140 +6
=========================================
+ Hits 24080 24086 +6
Misses 13054 13054 ☔ View full report in Codecov by Sentry. |
This is backport from Yii3. Good one. |
I think this PR is good with exception of typos as pointed out by @bizley |
@olegbaturin thanks for your time and efforts |