diff options
Diffstat (limited to 'data/tp-monitor-gtk.gschema.xml')
| -rw-r--r-- | data/tp-monitor-gtk.gschema.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/tp-monitor-gtk.gschema.xml b/data/tp-monitor-gtk.gschema.xml index 6fbb396..324ceb1 100644 --- a/data/tp-monitor-gtk.gschema.xml +++ b/data/tp-monitor-gtk.gschema.xml @@ -30,5 +30,29 @@ Last generate CA output filename </description> </key> + <key name="ssl-certs" type="s"> + <default>""</default> + <description> + Last file for SSL certficate bundle + </description> + </key> + <key name="ssl-ca" type="s"> + <default>""</default> + <description> + Last file for SSL CA selected + </description> + </key> + <key name="mitm" type="b"> + <default>false</default> + <description> + Last selection if SSL interception should be used + </description> + </key> + <key name="unsecure" type="b"> + <default>false</default> + <description> + Last selection if SSL interception should allow unsecure connections + </description> + </key> </schema> </schemalist> |
