https://bugs.documentfoundation.org/show_bug.cgi?id=165601
--- Comment #6 from Caolán McNamara <[email protected]> --- The exact setting is: <item oor:path="/org.openoffice.Office.Common/Security/Scripting"><prop oor:name="BlockUntrustedRefererLinks" oor:op="fuse"><value>true</value></prop></item> How to change it, or deploy an override to the default is a general topic, but http://www.linuxtag.org/2012/fileadmin/www.linuxtag.org/slides/Thorsten%20Behrens%20-%20LibreOffice%20configuration%20management%20-%20Tools_%20approaches%20and%20best%20practices.p331.pdf and https://wiki.documentfoundation.org/images/b/b0/LibreOffice_config_extension_writing.pdf are some documented approaches. Though if it was me, I'd be tempted to just edit /opt/<LIBREOFFICEDIR>/share/registry/main.xcd and change BlockUntrustedRefererLinks from false to true. Though that doesn't scale if you have multiple installations or want to retain the setting through upgrades, which is what the above approaches solve. -- You are receiving this mail because: You are the assignee for the bug.
