[docs] Replace insecure HTTP links with HTTPS in core documentation
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Domain
- documentation
Research direction
Open the listed files: 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, and docs/terms-of-service.mdx. Review each reported non-local HTTP link and update it to the stated HTTPS or canonical URL, while leaving localhost, 127.0.0.1, and SVG namespace URLs unchanged; verify no listed insecure links remain.
Written by the indexing model from the issue text.
Description
[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/
- Current:
-
docs/apps/builder-codes/app-developers.mdx:9- Current:
http://base.dev/ - Suggested:
https://base.dev/
- Current:
-
docs/base-account/basenames/basenames-faq.mdx:28- Current:
http://coinbase.com/onchain-verify - Suggested:
https://coinbase.com/onchain-verifyor the current canonical Coinbase verification URL
- Current:
-
docs/base-account/basenames/basenames-faq.mdx:33- Current:
http://basename.app - Suggested:
https://basename.app
- Current:
-
docs/base-account/basenames/basenames-faq.mdx:85- Current:
http://base.org/names - Suggested:
https://base.org/names
- Current:
-
docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx:12- Current:
http://portal.thirdweb.com/connect - Suggested:
https://portal.thirdweb.com/connect
- Current:
-
docs/terms-of-service.mdx:114- Current:
http://docs.base.org/privacy-policy - Suggested:
https://docs.base.org/privacy-policy
- Current:
Excluded from this report
http://localhostandhttp://127.0.0.1development exampleshttp://www.w3.org/2000/svgSVG 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.
- Dominant language
- JavaScript
- Stars
- 337
- Forks
- 798
- Avg merge
- 19h 15m
- Merged PRs (30d)
- 57
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from base/docs
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 1/5 Under an hour Newbie friendliness 95/100
-
Difficulty 1/5 Under an hour Newbie friendliness 95/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
TheOdinProject/curriculum#31423 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
WGBH-MLA/dream-aapb#69 ·
-
Difficulty 1/5 1-3 hours Newbie friendliness 78/100
Mintplex-Labs/anything-llm#6490 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 86/100
openlayers/ol-cesium#1364 ·