You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Returning Run button flag back to false for now.
This commit is contained in:
@@ -19,7 +19,7 @@ from compile_server.app.views import CrossDomainResponse
|
||||
gnatprove_found = False
|
||||
gnatemulator_found = False
|
||||
|
||||
ALLOW_RUNNING_PROGRAMS_EVEN_THOUGH_IT_IS_NOT_SECURE = True
|
||||
ALLOW_RUNNING_PROGRAMS_EVEN_THOUGH_IT_IS_NOT_SECURE = False
|
||||
# TODO: right now, executables are run through gnatemulator. We have not
|
||||
# yet done the due diligence to sandbox this, though, so deactivating the
|
||||
# run feature through this boolean.
|
||||
|
||||
Reference in New Issue
Block a user