I have several SharePoint Autohosted apps that I deploy to Office 365. I have included a client web part to each SharePoint app. I can install the client web part for each app with no issues to a SharePoint page. But if I refresh the page three to eight times, Internet Explorer blocks the SharePoint app and say "Internet Explorer has modified this page to help prevent cross-site scripting". Each SharePoint app consists of the following: MVC4, Telerik Kendo and the Entity Framework (which makes calls to a separate SQL Azure database hosted in Azure (not as part of the SharePoint autohosted app).
How do I fix this without requiring making a user make changes to Internet Explorer?