If you are running Webcenter or ADF Application on latest window system with IE 10 browser you will get following message from IE when running application.
If you want to get rid of that you have to put following tag inside web.xml.
<context-param><param-name>oracle.adf.view.rich.HIDE_UNSUPPORTED_BROWSER_ALERTS</param-name><param-value>IECompatibilityModes</param-value></context-param>