> First, use an XSRF token as discussed earlier to make sure that JSON results containing confidential data are only returned to your own pages.
Is this necessary for GET requests that return JSON? You need to include a XSRF token in the request headers?