udacity / frontend-grading-engine

Providing immediate feedback for front-end code
MIT License
132 stars 172 forks source link

verify that the linked JSON file has a good origin before initializing the Engine #20

Closed notetiene closed 7 years ago

notetiene commented 7 years ago

When an origin is whitelisted, but doesn't have a valid origin for the JSON file, it initializes the Grading Engine even though nothing is loaded. Should we consider not initializing the Engine before testing having a JSON file?

notetiene commented 7 years ago

If we're allowing a local JSON file, it's necessary.