Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions framework/security/config/security.properties
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ content.data.ofbiz.file.allowed.paths=applications/,themes/,plugins/,runtime/
# -- Allowed directories for the LOCAL_FILE / LOCAL_FILE_BIN data resource types (absolute paths).
# -- Comma-separated, no spaces after commas. Use ${ofbiz.home} as a portable placeholder.
# -- Only files whose resolved canonical path starts with one of these entries will be served.
# -- Set to empty to disable this check (NOT recommended).
content.data.local.file.allowed.paths=${ofbiz.home}
content.data.local.file.allowed.paths=${ofbiz.home}/runtime/tmp/

# -- Allowed hosts for the URL_RESOURCE data resource type (comma-separated host names or host:port values).
# -- Both exact matches and subdomain matches are supported: "example.com" also permits "cdn.example.com".
Expand Down
Loading