about summary refs log tree commit diff stats
path: root/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings.c b/settings.c
index f1b2483..2ae5cdd 100644
--- a/settings.c
+++ b/settings.c
@@ -1782,8 +1782,7 @@ walk_ua(struct settings *s,
 int
 add_force_https(struct settings *s, char *value)
 {
-	wl_add(value, &force_https,
-	    XT_WL_FLAG_HANDY | XT_WL_FLAG_EXCLUDE_SUBDOMAINS);
+	wl_add(value, &force_https, XT_WL_PERSISTENT);
 	return (0);
 }