You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/doc/advanced/config-cheat-sheet.en-us.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1025,7 +1025,8 @@ IS_INPUT_FILE = false
1025
1025
command. Multiple extensions needs a comma as splitter.
1026
1026
- RENDER\_COMMAND: External command to render all matching extensions.
1027
1027
- IS\_INPUT\_FILE: **false** Input is not a standard input but a file param followed `RENDER_COMMAND`.
1028
-
- DISABLE_SANITIZER: **false** Don't filter html tags and attributes if true. Don't change this to true except you know what that means.
1028
+
- DISABLE_SANITIZER: **false** Don't filter html tags and attributes if true. This is insecure. Don't change this to true except you know what that means.
1029
+
- USE_IFRAME: **false** Display the HTML with an embed iframe but not directly renderer.
1029
1030
1030
1031
Two special environment variables are passed to the render command:
1031
1032
-`GITEA_PREFIX_SRC`, which contains the current URL prefix in the `src` path tree. To be used as prefix for links.
0 commit comments