Skip to content

Commit

Permalink
removed unused configuration property para.security.csrf_cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 27, 2024
1 parent 3393b4b commit 687db4d
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -523,15 +523,6 @@ public boolean csrfProtectionEnabled() {
return getConfigBoolean("security.csrf_protection", true);
}

@Documented(position = 490,
identifier = "security.csrf_cookie",
value = "para-csrf-token",
category = "Security",
description = "The name of the CSRF cookie.")
public String csrfCookieName() {
return getConfigParam("security.csrf_cookie", "para-csrf-token");
}

@Documented(position = 500,
identifier = "auth_cookie",
value = "para-auth",
Expand Down

0 comments on commit 687db4d

Please sign in to comment.