protected function isMethodSafe($method) { return in_array($method, array('GET', 'HEAD', 'OPTIONS')); }