Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[docs] Replace insecure HTTP links with HTTPS in core documentation

オープン 初心者向け
#1,466 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
75/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
静か
領域
documentation

調査の方向性

列挙されたファイルを開きます: docs/apps/builder-codes/app-developers.mdx、docs/base-account/basenames/basenames-faq.mdx、docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx、docs/terms-of-service.mdx。報告されている各非ローカル HTTP リンクを確認し、指定された HTTPS または canonical URL に更新します。ただし、localhost、127.0.0.1、SVG namespace の URL は変更しないでください。列挙された安全でないリンクが残っていないことを確認します。

索引モデルが issue の本文から書いたものです。

説明

[docs] Replace insecure HTTP links with HTTPS in core documentation

Several non-local documentation links still use http:// even though HTTPS should be preferred where supported. These are not local development URLs or SVG namespace declarations.

Checked against upstream base/docs HEAD:

5735457f14fb940f749bbc0d0059128648c8c5b6

Findings

  • docs/apps/builder-codes/app-developers.mdx:9

    • Current: http://base.dev/
    • Suggested: https://base.dev/
  • docs/apps/builder-codes/app-developers.mdx:9

    • Current: http://base.dev/
    • Suggested: https://base.dev/
  • docs/base-account/basenames/basenames-faq.mdx:28

    • Current: http://coinbase.com/onchain-verify
    • Suggested: https://coinbase.com/onchain-verify or the current canonical Coinbase verification URL
  • docs/base-account/basenames/basenames-faq.mdx:33

    • Current: http://basename.app
    • Suggested: https://basename.app
  • docs/base-account/basenames/basenames-faq.mdx:85

    • Current: http://base.org/names
    • Suggested: https://base.org/names
  • docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx:12

    • Current: http://portal.thirdweb.com/connect
    • Suggested: https://portal.thirdweb.com/connect
  • docs/terms-of-service.mdx:114

    • Current: http://docs.base.org/privacy-policy
    • Suggested: https://docs.base.org/privacy-policy

Excluded from this report

  • http://localhost and http://127.0.0.1 development examples
  • http://www.w3.org/2000/svg SVG namespace declarations

Why this matters

Using HTTPS avoids insecure redirects, improves link hygiene, and prevents users from being sent to plaintext URLs when secure equivalents are available.

主要言語
JavaScript
スター
337
フォーク
798
平均マージ
19時間 12分
マージ済み PR(30日)
60

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

base/docs のほかの issue

base/docs の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。