6 ms·
After seeing this I went to see if AngularJS had anything built in to mitigate JSON hijacking and they do. It will strip ")]}',\n" off of json responses if incl
by jbrackett 13y ago
After seeing this I went to see if AngularJS had anything built in to mitigate JSON hijacking and they do. It will strip ")]}',\n" off of json responses if included from the server.
http://docs.angularjs.org/api/ng.$http#description_security-considerations http://docs.angularjs.org/api/ng.$http#description_security-...