File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -83,21 +83,4 @@ class Security extends BaseConfig
8383 * @see https://codeigniter4.github.io/userguide/libraries/security.html#redirection-on-failure
8484 */
8585 public bool $ redirect = (ENVIRONMENT === 'production ' );
86-
87- /**
88- * --------------------------------------------------------------------------
89- * CSRF SameSite
90- * --------------------------------------------------------------------------
91- *
92- * Setting for CSRF SameSite cookie token.
93- *
94- * Allowed values are: None - Lax - Strict - ''.
95- *
96- * Defaults to `Lax` as recommended in this link:
97- *
98- * @see https://portswigger.net/web-security/csrf/samesite-cookies
99- *
100- * @deprecated `Config\Cookie` $samesite property is used.
101- */
102- public string $ samesite = 'Lax ' ;
10386}
You can’t perform that action at this time.
0 commit comments