X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6b0eeb4e4c9ecbff8eda72c5a1b49a448d6bbf3a..7fcdebd3060d3ff2f7f5e366f3a7167beb4da9ba:/config.c?ds=sidebyside diff --git a/config.c b/config.c index e8b7c579..58881ca3 100644 --- a/config.c +++ b/config.c @@ -1014,6 +1014,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist, HELPCTX(features_retitle), dlg_stdcheckbox_handler, I(offsetof(Config,no_remote_wintitle))); + ctrl_checkbox(s, "Disable remote window title querying (SECURITY)", + 'q', HELPCTX(features_qtitle), dlg_stdcheckbox_handler, + I(offsetof(Config,no_remote_qtitle))); ctrl_checkbox(s, "Disable destructive backspace on server sending ^?",'b', HELPCTX(features_dbackspace), dlg_stdcheckbox_handler, I(offsetof(Config,no_dbackspace)));