Commit a72ced74 by tetiana yaremko

ready to deploy

parent 6d56af5d
...@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ...@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own. | a PHP script and you can easily do that on your own.
| |
*/ */
$config['base_url'] = 'https://wbt-2-ty-2728111.appspot.com/'; $config['base_url'] = 'https://wbt-2-ty-272811.appspot.com/';
//$config['base_url'] = 'http://localhost/webapp/ci/'; //$config['base_url'] = 'http://localhost/webapp/ci/';
/* /*
...@@ -441,7 +441,7 @@ $config['standardize_newlines'] = FALSE; ...@@ -441,7 +441,7 @@ $config['standardize_newlines'] = FALSE;
| for backwards compatibility purposes! | for backwards compatibility purposes!
| |
*/ */
$config['global_xss_filtering'] = false; $config['global_xss_filtering'] = true;
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -457,7 +457,7 @@ $config['global_xss_filtering'] = false; ...@@ -457,7 +457,7 @@ $config['global_xss_filtering'] = false;
| 'csrf_regenerate' = Regenerate token on every submission | 'csrf_regenerate' = Regenerate token on every submission
| 'csrf_exclude_uris' = Array of URIs which ignore CSRF checks | 'csrf_exclude_uris' = Array of URIs which ignore CSRF checks
*/ */
$config['csrf_protection'] = false; $config['csrf_protection'] = true;
$config['csrf_token_name'] = 'csrf_test_name'; $config['csrf_token_name'] = 'csrf_test_name';
$config['csrf_cookie_name'] = 'csrf_cookie_name'; $config['csrf_cookie_name'] = 'csrf_cookie_name';
$config['csrf_expire'] = 7200; $config['csrf_expire'] = 7200;
......
...@@ -48,7 +48,7 @@ class Authorization ...@@ -48,7 +48,7 @@ class Authorization
} }
?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment