mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			338 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			338 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
return [
 | 
						|
    'components' => [
 | 
						|
        'request' => [
 | 
						|
            // it's not recommended to run functional tests with CSRF validation enabled
 | 
						|
            'enableCsrfValidation' => false,
 | 
						|
            'enableCookieValidation' => false,
 | 
						|
            // but if you absolutely need it set cookie domain to localhost
 | 
						|
        ],
 | 
						|
    ],
 | 
						|
];
 |