@@ -53,6 +53,9 @@ public function getTestValidTrustedProxiesData()
53
53
array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
54
54
array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('::1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('::1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
55
55
array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' , '::1 ' )), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ('127.0.0.1 ' , '::1 ' ), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
56
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => null ), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
57
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => false ), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
58
+ array (array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array ()), array ('secret ' => 's3cr3t ' , 'trusted_proxies ' => array (), 'trust_proxy_headers ' => false , 'ide ' => NULL , 'annotations ' => array ('cache ' => 'file ' , 'file_cache_dir ' => '%kernel.cache_dir%/annotations ' , 'debug ' => false ))),
56
59
);
57
60
}
58
61
0 commit comments