From 25e4b59b2e9805ebd3c38c40e5591125a05ed5b0 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 25 Feb 2015 15:07:19 +0000 Subject: 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 Reviewed-by: Andras Timar --- .../schema/org/openoffice/Office/Common.xcs | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'officecfg/registry') 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 @@ Contains security specific Office settings. + + + Determines how exotic file formats should be handled. + + + + + Refuse loading without question + + + + + Display a warning and let the user decide + + + + + Always load without question + + + + 2 + Determines if the user has access to the entire -- cgit