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

HTTPレスポンスに各種のヘッダを設定する #18

Merged
merged 5 commits into from
Mar 25, 2024

Conversation

adzukimame
Copy link
Owner

@adzukimame adzukimame commented Mar 25, 2024

What

  • プライバシー
    • X-Robots-Tag
    • Referrer-Policy
  • クロスオリジンの埋め込み・読み込み防止
    • CORP
    • サーバーサイドでFetch Metadataを検証
  • CSP

Copy link

github-actions bot commented Mar 25, 2024

このPRによるapi.jsonの差分

差分はこちら

Get diff files from Workflow Page

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Attention: Patch coverage is 17.89883% with 211 lines in your changes are missing coverage. Please review.

Project coverage is 64.47%. Comparing base (8f3cb21) to head (4eaa9d6).

Files Patch % Lines
...ckages/backend/src/server/SecurityHeaderService.ts 8.14% 203 Missing ⚠️
packages/backend/src/server/ServerService.ts 25.00% 3 Missing ⚠️
...ckages/backend/src/server/NodeinfoServerService.ts 0.00% 2 Missing ⚠️
...ges/backend/src/server/ActivityPubServerService.ts 0.00% 1 Missing ⚠️
...kages/backend/src/server/WellKnownServerService.ts 0.00% 1 Missing ⚠️
...ackages/backend/src/server/api/ApiServerService.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##           develop-mame      #18      +/-   ##
================================================
- Coverage         64.60%   64.47%   -0.13%     
================================================
  Files               985      985              
  Lines            110981   111069      +88     
  Branches           5702     4361    -1341     
================================================
- Hits              71700    71613      -87     
- Misses            37834    39424    +1590     
+ Partials           1447       32    -1415     

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

@adzukimame adzukimame merged commit 40ff7d3 into develop-mame Mar 25, 2024
22 checks passed
@adzukimame adzukimame deleted the apply-security-headers branch May 12, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant