release; } /** * {@inheritdoc} */ public function require_all_upgrades() { return false; } /** * {@inheritdoc} */ public function concern() { return $this->concern; } /** * {@inheritdoc} */ public function apply(base $appbox, Application $app) { $config = $app['phraseanet.configuration']->getConfig(); $config['crossdomain'] = array( 'allow-access-from' => array( array( 'domain' => '*.cooliris.com', 'secure' => 'false', ) ) ); $app['phraseanet.configuration']->setConfig($config); return true; } }