This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 18f83cf84e5df9f192adfe578557b3cc6dd1f03a
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Sun Nov 19 22:08:40 2023 +0100

    Added .svg to default jspwiki.attachment.forceDownload patterns
---
 jspwiki-main/src/main/resources/ini/jspwiki.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jspwiki-main/src/main/resources/ini/jspwiki.properties 
b/jspwiki-main/src/main/resources/ini/jspwiki.properties
index 228fdcb6e..297191d95 100644
--- a/jspwiki-main/src/main/resources/ini/jspwiki.properties
+++ b/jspwiki-main/src/main/resources/ini/jspwiki.properties
@@ -181,7 +181,7 @@ jspwiki.attachment.provider = BasicAttachmentProvider
 #jspwiki.attachment.forbidden=.html .htm .php .asp .exe
 
 # Attachment links to HTML, HTM and JS files will force a download rather than 
opening the attachment
-jspwiki.attachment.forceDownload= .html .htm .js
+jspwiki.attachment.forceDownload= .html .htm .js .svg
 
 #
 #  page Diff Representation

Reply via email to