about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--whitelist.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/whitelist.c b/whitelist.c
index e834565..8f26e9c 100644
--- a/whitelist.c
+++ b/whitelist.c
@@ -570,9 +570,6 @@ toggle_force_https(struct tab *t, struct karg *args)
 	else if ((args->i & XT_WL_DISABLE) && es != 0)
 		es = 0;
 
-	uri = get_uri(t);
-	dom = find_domain(uri, args->i);
-
 	if (es) {
 		args->i |= !XT_WL_PERSISTENT;
 		wl_add(dom, &force_https, args->i);
ref='#n83'>83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112