aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 18d65d7..ec74aa8 100644
--- a/surf.c
+++ b/surf.c
@@ -579,7 +579,7 @@ loaduri(Client *c, const Arg *a)
url = g_strdup_printf("file://%s", path);
free(path);
} else {
- url = g_strdup_printf("http://%s", uri);
+ url = g_strdup_printf("https://%s", uri);
}
if (apath != uri)
free(apath);