I deployed my application on google appe engine. My web site use Dojo with the template claro. When I run \"google chrome inspection\", I see a lot of warning when I navigat
Chrome Inspection validates only client side code, not server side. So, server configuration in appengine-web.xml/web.xml doesn't matter here.
At this case it says that your html is using some external code, from other sites, that can be insecure. It not a big problem, btw. But if you wish, you can copy this files (claro.css and dojo.xd.js) to your own site to fix this issue.