Use HTTPS URLs instead of HTTP URLs where appropriate #20807

issue practicalswift openend this issue on December 30, 2020
  1. practicalswift commented at 8:58 pm on December 30, 2020: contributor

    Due to legacy reasons our documentation and code comments contain a lot of HTTP URLs to resources which are nowadays served also under the corresponding HTTPS URL.

    It would be nice if we used HTTPS URLs where possible.

    The following command can be used to find URL candidates for such cleanup (excluding the many http://www.opensource.org/licenses/mit-license.php links):

    0$ git grep 'http://' -- ":(exclude)*.vcxproj*"  ":(exclude)*.svg" ":(exclude)doc/release-notes/" \
    1      ":(exclude)src/leveldb/" ":(exclude)src/secp256k1/" ":(exclude)src/univalue/" ":(exclude)src/crc32c/" \
    2      ":(exclude)src/crypto/ctaes/" ":(exclude)src/tinyformat.h" | \
    3      grep -v 'http://www.opensource.org/licenses/mit-license.php'
    

    Each of the URLs returned by the above command would have to be manually checked for HTTPS availability before changing the URL.

  2. MarcoFalke closed this on Jan 5, 2021

  3. DrahtBot locked this on Aug 18, 2022


practicalswift


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-10-04 19:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me