Why does Google prepend while(1); to their (private) JSON responses?
while(1);
For example, here\'s a response while turning a calendar on and off in Google Calen
Since the tag is exempted from the Same Origin Policy which is a security necessity in the web world, while(1) when added to the JSON response prevents misuse of it in the tag.
while(1)