diff doc/customizing.txt @ 7109:561c66232347

Merge
author Ralf Schlatterbeck <rsc@runtux.com>
date Thu, 08 Dec 2022 11:18:46 +0100
parents 570abc4c6548
children 519fb6dca72b
line wrap: on
line diff
--- a/doc/customizing.txt	Thu Dec 08 11:17:07 2022 +0100
+++ b/doc/customizing.txt	Thu Dec 08 11:18:46 2022 +0100
@@ -2309,6 +2309,16 @@
 See the previous section `determining web context`_ where it describes
 ``@@file`` paths.
 
+These files are served without any permission checks. Any user on the
+internet with the url can download the file.
+
+This is rarely an issue since the html templates are just source code
+and much of it can be found in the Roundup repository. Other
+decoration (logos, stylesheets) are similarly not security sensitive.
+You can use the static_files setting in config.ini to eliminate
+access to the templates directory if desired.
+
+If a file resolves to a symbolic link, it is not served.
 
 Performing actions in web requests
 ----------------------------------

Roundup Issue Tracker: http://roundup-tracker.org/