Moved window.SB creation for security reasons.

This commit is contained in:
Ajay Ramachandran
2020-02-14 23:16:01 -05:00
parent 995fe072bd
commit 88a8fda566
3 changed files with 6 additions and 4 deletions

View File

@@ -263,7 +263,4 @@ function addDefaults() {
// Sync config
setupConfig();
export default Config;
// Make the config public for debugging purposes
(<any> window).SB = Config;
export default Config;