1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

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.
This commit is contained in:
Ben Wiederhake 2021-10-03 22:56:30 +02:00 committed by Andreas Kling
parent ce334ee1bc
commit 52e9f25403
9 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,7 @@
[ [
{ {
"title": "SerenityOS.org", "title": "SerenityOS.org",
"url": "http://serenityos.org/" "url": "https://serenityos.org/"
}, },
{ {
"title": "GitHub", "title": "GitHub",

View file

@ -15,7 +15,7 @@ $ more [file]
`less` is a terminal pager that allows backwards movement. It is inspired by, `less` is a terminal pager that allows backwards movement. It is inspired by,
but largely incompatible with but largely incompatible with
[GNU less](http://www.greenwoodsoftware.com/less/index.html). [GNU less](https://www.greenwoodsoftware.com/less/index.html).
## Options ## Options

View file

@ -16,7 +16,7 @@ kind of file. For non-file URLs, open the URL in the Browser.
## Examples ## Examples
```sh ```sh
$ open http://serenityos.org http://example.org $ open https://serenityos.org https://example.org
$ open /proc $ open /proc
$ open /etc/fstab $ open /etc/fstab
``` ```

View file

@ -6,11 +6,11 @@
<img src="mona.png"><br> <img src="mona.png"><br>
<div style="margin-left: auto; margin-right: auto; width: 400; text-align: left;"> <div style="margin-left: auto; margin-right: auto; width: 400; text-align: left;">
<p><blink><b>Hello friends!</b></blink></p> <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>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>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>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>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> <p style="padding-top: 4; padding-bottom: 4; padding-left: 4; padding-right: 4; background-color: #ea4aaa; text-align: center;"><b>Andreas</b>
( (

View file

@ -46,14 +46,14 @@
<b id="greeting">Hello friends!</b> <b id="greeting">Hello friends!</b>
</p> </p>
<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 counting from the
<a href="https://github.com/SerenityOS/serenity/commit/5a300551574451fbf509685d11095bda4fcb20be">first commit</a> <a href="https://github.com/SerenityOS/serenity/commit/5a300551574451fbf509685d11095bda4fcb20be">first commit</a>
in the <a href="https://github.com/SerenityOS/serenity/">git repository</a>, in the <a href="https://github.com/SerenityOS/serenity/">git repository</a>,
on October 10, 2018. on October 10, 2018.
</p> </p>
<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>
<p> <p>
<b>NOTE:</b> Since the HTML and CSS support has improved over the last <b>NOTE:</b> Since the HTML and CSS support has improved over the last
@ -88,7 +88,7 @@
<p> <p>
Anyways, let's continue looking at screenshots where we left off 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 We had just gotten the browser strong enough to display the first
birthday celebration page.. birthday celebration page..

View file

@ -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/ | | [`indent`](indent/) | GNU indent | 2.2.11 | https://www.gnu.org/software/indent/ |
| [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | | [`jot`](jot/) | jot (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
| [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ | | [`jq`](jq/) | jq | 1.6 | https://stedolan.github.io/jq/ |
| [`klong`](klong/) | Klong | 20190926 | http://t3x.org/klong/ | | [`klong`](klong/) | Klong | 20190926 | https://t3x.org/klong/ |
| [`less`](less/) | less | 530 | http://www.greenwoodsoftware.com/less/ | | [`less`](less/) | less | 530 | https://www.greenwoodsoftware.com/less/ |
| [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ | | [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ |
| [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html | | [`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/ | | [`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/ | | [`libxml2`](libxml2/) | libxml2 | 2.9.12 | http://www.xmlsoft.org/ |
| [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ | | [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ |
| [`links`](links/) | Links web browser | 2.22 | http://links.twibright.com/ | | [`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/ | | [`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 | | [`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/ | | [`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-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/ | | [`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`](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 | | [`oksh`](oksh/) | oksh | 6.8.1 | https://github.com/ibara/oksh |
| [`p7zip`](p7zip/) | p7zip | 17.04 | https://github.com/jinfeihan57/p7zip | | [`p7zip`](p7zip/) | p7zip | 17.04 | https://github.com/jinfeihan57/p7zip |
| [`patch`](patch/) | patch (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | | [`patch`](patch/) | patch (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |

View file

@ -141,7 +141,7 @@ Join our Discord server: [SerenityOS Discord](https://discord.gg/serenityos)
* **Max Wipfli** - [MaxWipfli](https://github.com/MaxWipfli) * **Max Wipfli** - [MaxWipfli](https://github.com/MaxWipfli)
* **Daniel Bertalan** - [BertalanD](https://github.com/BertalanD) * **Daniel Bertalan** - [BertalanD](https://github.com/BertalanD)
* **Jelle Raaijmakers** - [GMTA](https://github.com/GMTA) * **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) * **Tobias Christiansen** - [TobyAsE](https://github.com/TobyAsE)
* **Lenny Maiorani** - [ldm5180](https://github.com/ldm5180) * **Lenny Maiorani** - [ldm5180](https://github.com/ldm5180)
* **sin-ack** - [sin-ack](https://github.com/sin-ack) * **sin-ack** - [sin-ack](https://github.com/sin-ack)

View file

@ -76,13 +76,13 @@ BINUTILS_VERSION="2.37"
BINUTILS_MD5SUM="1e55743d73c100b7a0d67ffb32398cdb" BINUTILS_MD5SUM="1e55743d73c100b7a0d67ffb32398cdb"
BINUTILS_NAME="binutils-$BINUTILS_VERSION" BINUTILS_NAME="binutils-$BINUTILS_VERSION"
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz" 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_VERSION="10.2"
GDB_MD5SUM="7aeb896762924ae9a2ec59525088bada" GDB_MD5SUM="7aeb896762924ae9a2ec59525088bada"
GDB_NAME="gdb-$GDB_VERSION" GDB_NAME="gdb-$GDB_VERSION"
GDB_PKG="${GDB_NAME}.tar.gz" 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 # Note: If you bump the gcc version, you also have to update the matching
# GCC_VERSION variable in the project's root CMakeLists.txt # GCC_VERSION variable in the project's root CMakeLists.txt
@ -90,7 +90,7 @@ GCC_VERSION="11.2.0"
GCC_MD5SUM="dc6886bd44bb49e2d3d662aed9729278" GCC_MD5SUM="dc6886bd44bb49e2d3d662aed9729278"
GCC_NAME="gcc-$GCC_VERSION" GCC_NAME="gcc-$GCC_VERSION"
GCC_PKG="${GCC_NAME}.tar.gz" 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() { buildstep() {
NAME=$1 NAME=$1

View file

@ -266,7 +266,7 @@ void BrowserWindow::build_menus()
add_search_engine("Bing", "https://www.bing.com/search?q={}"); add_search_engine("Bing", "https://www.bing.com/search?q={}");
add_search_engine("DuckDuckGo", "https://duckduckgo.com/?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("GitHub", "https://github.com/search?q={}");
add_search_engine("Google", "https://google.com/search?q={}"); add_search_engine("Google", "https://google.com/search?q={}");
add_search_engine("Yandex", "https://yandex.com/search/?text={}"); add_search_engine("Yandex", "https://yandex.com/search/?text={}");