Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở Phù hợp với người mới
#1,466 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Maintainer thường phản hồi trong vòng 1 ngày

Chưa có ai nhận issue này.

Đánh giá

Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức phù hợp với người mới
75/100
Loại issue
Tài liệu
Độ rõ ràng
Đặc tả rõ ràng
Mức độ hoạt động
Ít trao đổi
Lĩnh vực
documentation

Hướng nghiên cứu

Mở các tệp được liệt kê: 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 và docs/terms-of-service.mdx. Xem xét từng liên kết HTTP không cục bộ được báo cáo và cập nhật liên kết đó thành URL HTTPS hoặc URL chuẩn đã nêu, đồng thời giữ nguyên các URL localhost, 127.0.0.1 và namespace SVG; xác minh rằng không còn liên kết không an toàn nào được liệt kê.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

[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.

Ngôn ngữ chính
JavaScript
Star
337
Fork
798
Merge trung bình
19 giờ 15 phút
Pull request đã merge (30 ngày)
57

Chuẩn bị môi trường

Chúng tôi chưa kiểm tra các tệp thiết lập môi trường của dự án này. Hãy bắt đầu từ README và xem hướng dẫn đóng góp lần đầu của chúng tôi để biết các bước chung.

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của base/docs

Tất cả issue của base/docs

Issue tương tự

Thêm issue về JavaScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.