forked from laurens/fediversity_website
Merge pull request #97 from fd0-nl/patch-3
'^rst2html.py$' toegevoegd aan security.exec.allow
This commit is contained in:
commit
0ed802a015
|
@ -3,7 +3,7 @@
|
||||||
enableInlineShortcodes = false
|
enableInlineShortcodes = false
|
||||||
|
|
||||||
[exec]
|
[exec]
|
||||||
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^rst2html$']
|
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^rst2html$', '^rst2html.py$']
|
||||||
osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|GIT_EXEC_PATH|LD_LIBRARY_PATH|npm_config_(cache|init_module|userconfig)|pandoc_datadir|PYTHONHOME|RUBYLIB|SNAP)$']
|
osEnv = ['(?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|GIT_EXEC_PATH|LD_LIBRARY_PATH|npm_config_(cache|init_module|userconfig)|pandoc_datadir|PYTHONHOME|RUBYLIB|SNAP)$']
|
||||||
|
|
||||||
[funcs]
|
[funcs]
|
||||||
|
|
Reference in a new issue