Request HTTPS by default instead of HTTP
This might be more reasonable privacy-wise in 2025.
This commit is contained in:
@@ -579,7 +579,7 @@ loaduri(Client *c, const Arg *a)
|
|||||||
url = g_strdup_printf("file://%s", path);
|
url = g_strdup_printf("file://%s", path);
|
||||||
free(path);
|
free(path);
|
||||||
} else {
|
} else {
|
||||||
url = g_strdup_printf("http://%s", uri);
|
url = g_strdup_printf("https://%s", uri);
|
||||||
}
|
}
|
||||||
if (apath != uri)
|
if (apath != uri)
|
||||||
free(apath);
|
free(apath);
|
||||||
|
|||||||
Reference in New Issue
Block a user