Changes between Version 55 and Version 56 of TracIni
- Timestamp:
- Jan 23, 2006, 2:15:05 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracIni
v55 v56 20 20 || `repository_dir` || Path to local Subversion repository || 21 21 || `authz_file` || Path to Subversion [http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2 authorization (authz) file]. || 22 || `authz_module_name` || The module prefix used in the `authz_file` (See FineGrainedPermissions)||22 || `authz_module_name` || The module prefix used in the `authz_file` (See [http://projects.edgewall.com/trac/wiki/FineGrainedPermissions FineGrainedPermissions])|| 23 23 || `check_auth_ip` || Whether the IP address of the user should be checked for authentication (true, false) (''since 0.9'') || 24 24 || `ignore_auth_case` || Whether case should be ignored for login names (true, false) (''since 0.9'') || … … 52 52 == [attachment] == 53 53 || `max_size` || Maximum allowed file size for ticket and wiki attachments || 54 || 54 || `render_unsafe_content` || Whether non-binary attachments should be rendered in the browser, or only made downloadable. Pretty much any text file may be interpreted as HTML by the browser, which allows a malicious user to attach a file containing cross-site scripting attacks. For public sites where anonymous users can create attachments, it is recommended to leave this option off (which is the default). || 55 55 56 56 == [notification] ==