mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Disable attachment file downloads by default.
This commit is contained in:
parent
650ad4b578
commit
5042d5720a
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ parameters:
|
|||
secure_media_directory: 'uploads/' # The folder where secured attachment files are saved (must not be in public/)
|
||||
db_version_fallback: '5.6' # Be sure to override this, in your .env with your real DB version
|
||||
global_theme: '' # The theme to use globally (see public/build/themes/ for choices). Set to '' for default bootstrap theme
|
||||
allow_attachments_downloads: true # Allow users to download attachments to server
|
||||
# Allow users to download attachments to server. Warning: This can be dangerous, because via that feature attackers maybe can access ressources on your intranet!
|
||||
allow_attachments_downloads: false
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue