diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 9484a5f2a761..1c9081b51c14 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2537,6 +2537,13 @@ </info> <value>true</value> </prop> + <prop oor:name="BlockUntrustedRefererLinks" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies whether to block any links originating from + documents that are not among the trusted locations.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="MacroSecurityLevel" oor:type="xs:int" oor:nillable="false"> <info> <desc>Level of Macro security.</desc> |