Skip to content

Instantly share code, notes, and snippets.

@visualizeq
Created October 16, 2012 08:35
Show Gist options
  • Save visualizeq/3898061 to your computer and use it in GitHub Desktop.
Save visualizeq/3898061 to your computer and use it in GitHub Desktop.
Yii Request Config
'request' => array(
'class' => 'application.components.HttpRequest',
'enableCsrfValidation' => true,
'noCsrfValidationRoutes' => array(
'*',
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment