File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ class IncomingRequest extends Request
5151 * Set automatically based on Config setting.
5252 *
5353 * @var bool
54+ *
55+ * @deprecated Not used
5456 */
5557 protected $ enableCSRF = false ;
5658
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ class MockAppConfig extends App
2424 public $ cookieHTTPOnly = false ;
2525 public $ cookieSameSite = 'Lax ' ;
2626 public $ proxyIPs = '' ;
27- public $ CSRFProtection = false ;
2827 public $ CSRFTokenName = 'csrf_test_name ' ;
2928 public $ CSRFHeaderName = 'X-CSRF-TOKEN ' ;
3029 public $ CSRFCookieName = 'csrf_cookie_name ' ;
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ class MockCLIConfig extends App
2424 public $ cookieHTTPOnly = false ;
2525 public $ cookieSameSite = 'Lax ' ;
2626 public $ proxyIPs = '' ;
27- public $ CSRFProtection = false ;
2827 public $ CSRFTokenName = 'csrf_test_name ' ;
2928 public $ CSRFCookieName = 'csrf_cookie_name ' ;
3029 public $ CSRFExpire = 7200 ;
You can’t perform that action at this time.
0 commit comments