Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

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

未关闭 适合新手
#1,466 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
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 或规范 URL,同时保持 localhost、127.0.0.1 和 SVG 命名空间 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 分钟
30 天内合并 PR
60

环境准备

我们还没有检查这个项目的环境配置文件。先看它的 README,通用步骤见我们的新手贡献指南。

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

base/docs 的其他 Issue

查看 base/docs 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。