Skip to content

Conversation

@kakkokari-gtyih
Copy link
Contributor

@kakkokari-gtyih kakkokari-gtyih commented Dec 17, 2025

What

  • trustProxy のデフォルト値をループバック・ローカルIPに変更(⑥)
  • trustProxy のコンフィグ設定に関する案内を強化
  • リバースプロキシやCDNなどのより上流のレイヤでレートリミットを制御したい場合や、緊急時の緩和策としてdisableIpRateLimit設定を追加(デフォルト false - Misskey内部でのIPアドレスレートリミットは有効)

Why

Fix #16994

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 17, 2025
@github-actions github-actions bot added the packages/backend Server side specific issue/PR label Dec 17, 2025
@codecov
Copy link

codecov bot commented Dec 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 13.96%. Comparing base (d35ddc7) to head (acd79f8).
⚠️ Report is 12 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #17005       +/-   ##
============================================
- Coverage    62.83%   13.96%   -48.88%     
============================================
  Files         1150      237      -913     
  Lines       115242    11281   -103961     
  Branches      7896     3731     -4165     
============================================
- Hits         72409     1575    -70834     
+ Misses       40690     7584    -33106     
+ Partials      2143     2122       -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

Backend Memory Usage Comparison

Metric base head Diff
RSS 358.80 MB 352.80 MB -5.99 MB (-1.67%)

See workflow logs for details

@github-actions
Copy link
Contributor

このPRによるapi.jsonの差分
差分はありません。
Get diff files from Workflow Page

@kakkokari-gtyih
Copy link
Contributor Author

ci通った

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

packages/backend Server side specific issue/PR size:M This PR changes 30-99 lines, ignoring generated files.

Projects

Development

Successfully merging this pull request may close these issues.

trustProxy: falseでIPベースのレートリミットが機能しないなどの問題がある

1 participant