Closed elvinm closed 5 years ago
Restarting VM in unsafe mode was not setting authRequired as well as corsWhitelist. The corsWhitelist was due to not escaping the value as a string ("{\"value\": \"$2\"}" vs "{\"value\": $2}"
Checklist:
This change is
Description and Motivation
Restarting VM in unsafe mode was not setting authRequired as well as corsWhitelist. The corsWhitelist was due to not escaping the value as a string ("{\"value\": \"$2\"}" vs "{\"value\": $2}"
Change type
Checklist:
This change is