diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-02-25 15:07:19 +0000 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-03-16 21:33:50 +0100 |
commit | 25e4b59b2e9805ebd3c38c40e5591125a05ed5b0 (patch) | |
tree | f8b27df1faf8cda23717a7686985e6bff279f824 /officecfg/registry | |
parent | 2937661f0e9381f84067a025f76e5554b8a1a457 (diff) |
First cut at annotating 'exotic' filters.
The idea being that we can improve security by warning for these.
Change-Id: I7d993417bfb6a8fe868bc3e07ccbcfe71bf285ff
Reviewed-on: https://gerrit.libreoffice.org/50387
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 947067145fd0..9463ff5b7861 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2438,6 +2438,29 @@ <info> <desc>Contains security specific Office settings.</desc> </info> + <prop oor:name="LoadExoticFileFormats" oor:type="xs:int" oor:nillable="false"> + <info> + <desc>Determines how exotic file formats should be handled.</desc> + </info> + <constraints> + <enumeration oor:value="0"> + <info> + <desc>Refuse loading without question</desc> + </info> + </enumeration> + <enumeration oor:value="1"> + <info> + <desc>Display a warning and let the user decide</desc> + </info> + </enumeration> + <enumeration oor:value="2"> + <info> + <desc>Always load without question</desc> + </info> + </enumeration> + </constraints> + <value>2</value> + </prop> <prop oor:name="EnableExpertConfiguration" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Determines if the user has access to the entire |