
If you have added the appropriate crossdomain.xml file and the warning message still appears on the Snapshot page, you can hide it by finding this line in the config/user_setup.php file:
// define('XDOM_CHECK', false);
Change that to:
define('XDOM_CHECK', false);