mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +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:
parent
ce334ee1bc
commit
52e9f25403
Notes:
sideshowbarker
2024-07-18 03:03:27 +09:00
Author: https://github.com/BenWiederhake
Commit: 52e9f25403
Pull-request: https://github.com/SerenityOS/serenity/pull/10358
Reviewed-by: https://github.com/bgianfo
9 changed files with 17 additions and 17 deletions
|
@ -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={}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue