Skip to content
Open
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
5 changes: 5 additions & 0 deletions app/conf/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ iiif_enforce_access = 1
# This can be a security hole. Only enable if you have to.
purify_allow_external_references = 0

# Override path to HTMLPurifier working directory.
# Set to null to disable caching
purify_serializer_path = <ca_temp_dir>/purifier


# HTTP headers to set request IP from. Each header is checked for an IP value
# in the order listed. If no header is configured, or none of the configured headers
# is present in the request, the "real" IP as reported by the web server is used
Expand Down