summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/cookie_manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/cookie_manager.c b/desktop/cookie_manager.c
index 0ec32b4e1..49fc17291 100644
--- a/desktop/cookie_manager.c
+++ b/desktop/cookie_manager.c
@@ -247,6 +247,7 @@ static nserror cookie_manager_set_treeview_field_data(
e->data[CM_LAST_USED].value_len = (date2 != NULL) ? 24 : 0;
/* Set the Restrictions text */
+ /* TODO: use messages */
if (data->secure && data->http_only)
temp = "Secure hosts via https only";
else if (data->secure)