mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update config.toml, add GEM_PATH
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
parent
2691a84f3e
commit
ca97be8019
|
|
@ -56,7 +56,7 @@ ignorefiles = [ ".*/_custom" ]
|
|||
enableInlineShortcodes = false
|
||||
[security.exec]
|
||||
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
|
||||
osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|(XDG_CONFIG_)?HOME|USERPROFILE|SSH_AUTH_SOCK|DISPLAY|LANG|SYSTEMDRIVE)$']
|
||||
osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|(XDG_CONFIG_)?HOME|USERPROFILE|SSH_AUTH_SOCK|DISPLAY|LANG|SYSTEMDRIVE)$', '(?i)^(GEM_PATH)$']
|
||||
[security.funcs]
|
||||
getenv = ['^HUGO_', '^CI$']
|
||||
[security.http]
|
||||
|
|
|
|||
Loading…
Reference in New Issue