What problem does this solve?
For instanced web challenges that require the use of admin bot, an author may want to only limit the input URL to the currently running instance.
Proposed solution
A potential solution would to have inputs be a callback like: inputs: (ctx) => ...
Workarounds or alternatives
This is currently doable, but it must be done imperatively in the handler.
What problem does this solve?
For instanced web challenges that require the use of admin bot, an author may want to only limit the input URL to the currently running instance.
Proposed solution
A potential solution would to have
inputsbe a callback like:inputs: (ctx) => ...Workarounds or alternatives
This is currently doable, but it must be done imperatively in the
handler.