From f82a8513425645b9c421399467cb84081f2cf7e7 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 14 Dec 2016 22:06:57 +0100 Subject: tdf#100096 Document security option for link blocking Also fix the nonsensical ahids of that page Change-Id: Iaa7b190c031e0c925d066d576ec14f4b282ef67c Reviewed-on: https://gerrit.libreoffice.org/32021 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot Reviewed-on: https://gerrit.libreoffice.org/32313 --- source/text/shared/optionen/01030300.xhp | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/source/text/shared/optionen/01030300.xhp b/source/text/shared/optionen/01030300.xhp index 747fe8734f..7a451d4cc7 100644 --- a/source/text/shared/optionen/01030300.xhp +++ b/source/text/shared/optionen/01030300.xhp @@ -46,24 +46,29 @@ The Security options and warnings dialog contains the following controls: When saving or sending -Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments. +Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments. When printing -Select to see a warning dialog when you try to print a document that contains recorded changes or comments. +Select to see a warning dialog when you try to print a document that contains recorded changes or comments. When signing -Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments. +Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments. When creating PDF files -Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments. +Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments. Remove personal information on saving -Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the Reset Properties button on File - Properties - General. +Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the Reset Properties button on File - Properties - General. Recommend password protection on saving -Select to always enable the Save with password option in the file save dialogs. Deselect the option to save files by default without password. +Select to always enable the Save with password option in the file save dialogs. Deselect the option to save files by default without password. + Ctrl-click required to follow hyperlinks -If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink. +If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink. + +Block any links from documents not among the trusted locations (see Macro Security) +Blocks the use of links pointing to images not in the trusted locations defined on the Trusted Sources tab of the Macro Security dialog. This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible. + Passwords for web connections You can enter a master password to enable easy access to sites that require a user name and password. Persistently save passwords protected by a master password -- cgit