🔓 refactor: Make Image URL Security Optional (#2415)

This commit is contained in:
Danny Avila 2024-04-14 19:34:13 -04:00 committed by GitHub
parent 2cc580ba52
commit fce7246ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 1 deletions

View file

@ -180,6 +180,7 @@ const AppService = async (app) => {
fileStrategy,
fileConfig: config?.fileConfig,
interface: config?.interface,
secureImageLinks: config?.secureImageLinks,
paths,
...endpointLocals,
};