Trying to delete deprecated app: ``` javascript $.post( 'http://civic-json-app.herokuapp.com/delete-project/', data={'project_url': "https://github.com/smartchicago/chicago-health-atlas"}, function(resp){ console.log(resp) }); ``` Getting an XSS error 
Trying to delete deprecated app:
Getting an XSS error
