protected function _validateSecretKey()
 {
     if ($this->getRequest()->getActionName() == 'updateEmptyGeoLocations') {
         return true;
     }
     return parent::_validateSecretKey();
 }
 protected function _validateSecretKey()
 {
     if (in_array($this->getRequest()->getActionName(), array('resaveAll', 'fixTaxes'))) {
         return true;
     }
     return parent::_validateSecretKey();
 }
 protected function _validateSecretKey()
 {
     return parent::_validateSecretKey();
 }