diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-10-03 22:56:30 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-05 02:08:08 +0200 |
commit | 52e9f254032b7c5bc59f8eeb4cfaeb5cd9df323a (patch) | |
tree | 7b0550076223b089281c797a85f6eb4d4eed44c6 | |
parent | ce334ee1bca792ea0dc715519ca387cdc4e1ec55 (diff) | |
download | serenity-52e9f254032b7c5bc59f8eeb4cfaeb5cd9df323a.zip |
Everywhere: Change from http to https where feasible
I used "git grep -FIn http://" to find all occurrences, and looked at
each one. If an occurrence was really just a link, and if a https
version exists, and if our Browser can access it at least as well as the
http version, then I changed the occurrence to https.
I'm happy to report that I didn't run into a single site where Browser
can't deal with the https version.
-rw-r--r-- | Base/home/anon/.config/bookmarks.json | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/less.md | 2 | ||||
-rw-r--r-- | Base/usr/share/man/man1/open.md | 2 | ||||
-rw-r--r-- | Meta/Websites/serenityos.org/github-sponsors/index.html | 4 | ||||
-rw-r--r-- | Meta/Websites/serenityos.org/happy/2nd/index.html | 6 | ||||
-rw-r--r-- | Ports/AvailablePorts.md | 8 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | Toolchain/BuildIt.sh | 6 | ||||
-rw-r--r-- | Userland/Applications/Browser/BrowserWindow.cpp | 2 |
9 files changed, 17 insertions, 17 deletions
diff --git a/Base/home/anon/.config/bookmarks.json b/Base/home/anon/.config/bookmarks.json index 8bab5f35ae..850ba1cb24 100644 --- a/Base/home/anon/.config/bookmarks.json +++ b/Base/home/anon/.config/bookmarks.json @@ -1,7 +1,7 @@ [ { "title": "SerenityOS.org", - "url": "http://serenityos.org/" + "url": "https://serenityos.org/" }, { "title": "GitHub", diff --git a/Base/usr/share/man/man1/less.md b/Base/usr/share/man/man1/less.md index 3ce6a66b63..8381104048 100644 --- a/Base/usr/share/man/man1/less.md +++ b/Base/usr/share/man/man1/less.md @@ -15,7 +15,7 @@ $ more [file] `less` is a terminal pager that allows backwards movement. It is inspired by, but largely incompatible with -[GNU less](http://www.greenwoodsoftware.com/less/index.html). +[GNU less](https://www.greenwoodsoftware.com/less/index.html). ## Options diff --git a/Base/usr/share/man/man1/open.md b/Base/usr/share/man/man1/open.md index 90e806f500..7d671959f6 100644 --- a/Base/usr/share/man/man1/open.md +++ b/Base/usr/share/man/man1/open.md @@ -16,7 +16,7 @@ kind of file. For non-file URLs, open the URL in the Browser. ## Examples ```sh -$ open http://serenityos.org http://example.org +$ open https://serenityos.org https://example.org $ open /proc $ open /etc/fstab ``` diff --git a/Meta/Websites/serenityos.org/github-sponsors/index.html b/Meta/Websites/serenityos.org/github-sponsors/index.html index 26cbe4d583..b0bf0a0ec1 100644 --- a/Meta/Websites/serenityos.org/github-sponsors/index.html +++ b/Meta/Websites/serenityos.org/github-sponsors/index.html @@ -6,11 +6,11 @@ <img src="mona.png"><br> <div style="margin-left: auto; margin-right: auto; width: 400; text-align: left;"> <p><blink><b>Hello friends!</b></blink></p> -<p>As of October 19 2019, I am in the <a href="http://github.com/sponsors/awesomekling/">GitHub Sponsors program</a>!</p> +<p>As of October 19 2019, I am in the <a href="https://github.com/sponsors/awesomekling/">GitHub Sponsors program</a>!</p> <p>This means you can support my work with a monthly donation via their platform.</p> <p>There are six tiers: <b>$1</b>, <b>$5</b>, <b>$10</b>, <b>$20</b>, <b>$50</b> and <b>$100</b>.</p> <p>Sponsorships are (optionally) visible on your GitHub user card, and GitHub will <a href="https://help.github.com/en/articles/about-github-sponsors#about-the-github-sponsors-matching-fund">match all donations 1:1 for the first year</a>.</p> -<p>I will remain on <a href="http://patreon.com/serenityos">Patreon</a> as well, with the same tiers.</p> +<p>I will remain on <a href="https://patreon.com/serenityos">Patreon</a> as well, with the same tiers.</p> <p>Thank you for checking it out :^)</p> <p style="padding-top: 4; padding-bottom: 4; padding-left: 4; padding-right: 4; background-color: #ea4aaa; text-align: center;"><b>Andreas</b> ( diff --git a/Meta/Websites/serenityos.org/happy/2nd/index.html b/Meta/Websites/serenityos.org/happy/2nd/index.html index d24920ea8b..52ea30e6ae 100644 --- a/Meta/Websites/serenityos.org/happy/2nd/index.html +++ b/Meta/Websites/serenityos.org/happy/2nd/index.html @@ -46,14 +46,14 @@ <b id="greeting">Hello friends!</b> </p> <p> - Today is the second birthday of <a href="http://serenityos.org/">SerenityOS</a>, + Today is the second birthday of <a href="https://serenityos.org/">SerenityOS</a>, counting from the <a href="https://github.com/SerenityOS/serenity/commit/5a300551574451fbf509685d11095bda4fcb20be">first commit</a> in the <a href="https://github.com/SerenityOS/serenity/">git repository</a>, on October 10, 2018. </p> <p> - Previous birthdays: <a href="http://serenityos.org/happy/1st/">1st</a>. + Previous birthdays: <a href="https://serenityos.org/happy/1st/">1st</a>. </p> <p> <b>NOTE:</b> Since the HTML and CSS support has improved over the last @@ -88,7 +88,7 @@ <p> Anyways, let's continue looking at screenshots where we left off - in <a href="http://serenityos.org/happy/1st/">last year's birthday celebration</a>! + in <a href="https://serenityos.org/happy/1st/">last year's birthday celebration</a>! We had just gotten the browser strong enough to display the first birthday celebration page.. diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 38f56011bf..eb37709957 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -60,8 +60,8 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ | | [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | | [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ | -| [`klong`](klong/) | Klong | 20190926 | http://t3x.org/klong/ | -| [`less`](less/) | less | 530 | http://www.greenwoodsoftware.com/less/ | +| [`klong`](klong/) | Klong | 20190926 | https://t3x.org/klong/ | +| [`less`](less/) | less | 530 | https://www.greenwoodsoftware.com/less/ | | [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ | | [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html | | [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.10 | https://www.hboehm.info/gc/ | @@ -89,7 +89,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`libxml2`](libxml2/) | libxml2 | 2.9.12 | http://www.xmlsoft.org/ | | [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ | | [`links`](links/) | Links web browser | 2.22 | http://links.twibright.com/ | -| [`llvm`](llvm/) | LLVM | 12.0.0 | http://llvm.org/ | +| [`llvm`](llvm/) | LLVM | 12.0.0 | https://llvm.org/ | | [`lua`](lua/) | Lua | 5.3.5 | https://www.lua.org/ | | [`lure`](lure/) | Lure of the Temptress | 1.1 | https://www.scummvm.org/games/#games-lure | | [`m4`](m4/) | GNU M4 | 1.4.9 | https://www.gnu.org/software/m4/ | @@ -121,7 +121,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`openttd-opengfx`](openttd-opengfx/) | OpenGFX graphics for OpenTTD | 0.6.1 | https://www.openttd.org/ | | [`openttd-opensfx`](openttd-opensfx/) | OpenSFX audio files for OpenTTD | 1.0.1 | https://www.openttd.org/ | | [`opentyrian`](opentyrian/) | OpenTyrian | 84b820f | https://github.com/opentyrian/opentyrian | -| [`opentyrian-data`](opentyrian-data/) | OpenTyrian graphics and audio | 1.0.0 | http://camanis.net/tyrian/tyrian21.zip | +| [`opentyrian-data`](opentyrian-data/) | OpenTyrian graphics and audio | 1.0.0 | https://camanis.net/tyrian/tyrian21.zip | | [`oksh`](oksh/) | oksh | 6.8.1 | https://github.com/ibara/oksh | | [`p7zip`](p7zip/) | p7zip | 17.04 | https://github.com/jinfeihan57/p7zip | | [`patch`](patch/) | patch (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | @@ -141,7 +141,7 @@ Join our Discord server: [SerenityOS Discord](https://discord.gg/serenityos) * **Max Wipfli** - [MaxWipfli](https://github.com/MaxWipfli) * **Daniel Bertalan** - [BertalanD](https://github.com/BertalanD) * **Jelle Raaijmakers** - [GMTA](https://github.com/GMTA) -* **Sam Atkins** - [AtkinsSJ](http://github.com/AtkinsSJ) +* **Sam Atkins** - [AtkinsSJ](https://github.com/AtkinsSJ) * **Tobias Christiansen** - [TobyAsE](https://github.com/TobyAsE) * **Lenny Maiorani** - [ldm5180](https://github.com/ldm5180) * **sin-ack** - [sin-ack](https://github.com/sin-ack) diff --git a/Toolchain/BuildIt.sh b/Toolchain/BuildIt.sh index eb62622e31..a7f3462505 100755 --- a/Toolchain/BuildIt.sh +++ b/Toolchain/BuildIt.sh @@ -76,13 +76,13 @@ BINUTILS_VERSION="2.37" BINUTILS_MD5SUM="1e55743d73c100b7a0d67ffb32398cdb" BINUTILS_NAME="binutils-$BINUTILS_VERSION" BINUTILS_PKG="${BINUTILS_NAME}.tar.gz" -BINUTILS_BASE_URL="http://ftp.gnu.org/gnu/binutils" +BINUTILS_BASE_URL="https://ftp.gnu.org/gnu/binutils" GDB_VERSION="10.2" GDB_MD5SUM="7aeb896762924ae9a2ec59525088bada" GDB_NAME="gdb-$GDB_VERSION" GDB_PKG="${GDB_NAME}.tar.gz" -GDB_BASE_URL="http://ftp.gnu.org/gnu/gdb" +GDB_BASE_URL="https://ftp.gnu.org/gnu/gdb" # Note: If you bump the gcc version, you also have to update the matching # GCC_VERSION variable in the project's root CMakeLists.txt @@ -90,7 +90,7 @@ GCC_VERSION="11.2.0" GCC_MD5SUM="dc6886bd44bb49e2d3d662aed9729278" GCC_NAME="gcc-$GCC_VERSION" GCC_PKG="${GCC_NAME}.tar.gz" -GCC_BASE_URL="http://ftp.gnu.org/gnu/gcc" +GCC_BASE_URL="https://ftp.gnu.org/gnu/gcc" buildstep() { NAME=$1 diff --git a/Userland/Applications/Browser/BrowserWindow.cpp b/Userland/Applications/Browser/BrowserWindow.cpp index b2f1efa3dc..834f3ca627 100644 --- a/Userland/Applications/Browser/BrowserWindow.cpp +++ b/Userland/Applications/Browser/BrowserWindow.cpp @@ -266,7 +266,7 @@ void BrowserWindow::build_menus() add_search_engine("Bing", "https://www.bing.com/search?q={}"); add_search_engine("DuckDuckGo", "https://duckduckgo.com/?q={}"); - add_search_engine("FrogFind", "http://frogfind.com/?q={}"); + add_search_engine("FrogFind", "https://frogfind.com/?q={}"); add_search_engine("GitHub", "https://github.com/search?q={}"); add_search_engine("Google", "https://google.com/search?q={}"); add_search_engine("Yandex", "https://yandex.com/search/?text={}"); |