1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:57:47 +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

@ -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)