'^rst2html.py$' toegevoegd aan security.exec.allow

Dit is met name belangrijk voor Mac gebruikers, die macports gebruiken
This commit is contained in:
fd0-nl 2023-06-14 15:48:06 +02:00 committed by GitHub
parent 40fb30c7cd
commit e0b540a0a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
enableInlineShortcodes = false
[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)$']
[funcs]