Skip to content

Commit 6907d5d

Browse files
committed
docs added
1 parent efa6096 commit 6907d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content-loader/content-loader.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ image:
252252
tag : ${operatorImageObject.tag}
253253
</#if>
254254
```
255-
255+
By default, Freemarker grants access to all static resources within the project. To add an extra layer of security, set the content.useWhitelist property to true in the GOP configuration, or use the --content-whitelist CLI flag to enable the static resources whitelist.
256+
To specify which static resources should be accessible, add them to the allowedStaticsWhitelist in the configuration. A default set of static resources is already provided as an example.
256257
# TL;DR
257258

258259
How to get started with content loader?
@@ -323,5 +324,4 @@ Reminder: no type means `MIRROR` (default).
323324
templating: true
324325
type: FOLDER_BASED
325326
overrideMode: UPGRADE
326-
```
327-
327+
```

0 commit comments

Comments
 (0)