mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Remove xsrfScope and xsrfProtection authentication attributes
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=159121132
This commit is contained in:
@@ -42,7 +42,6 @@ import javax.servlet.http.HttpServletRequest;
|
||||
@Action(
|
||||
path = ConsoleUiAction.PATH,
|
||||
requireLogin = true,
|
||||
xsrfProtection = false,
|
||||
auth =
|
||||
@Auth(
|
||||
methods = {Auth.AuthMethod.INTERNAL, Auth.AuthMethod.API, Auth.AuthMethod.LEGACY},
|
||||
|
||||
@@ -95,8 +95,6 @@ import org.joda.money.Money;
|
||||
@Action(
|
||||
path = "/registrar-payment",
|
||||
method = Action.Method.POST,
|
||||
xsrfProtection = true,
|
||||
xsrfScope = "console",
|
||||
requireLogin = true,
|
||||
auth =
|
||||
@Auth(
|
||||
|
||||
@@ -70,8 +70,6 @@ import org.joda.money.CurrencyUnit;
|
||||
@Action(
|
||||
path = "/registrar-payment-setup",
|
||||
method = Action.Method.POST,
|
||||
xsrfProtection = true,
|
||||
xsrfScope = "console",
|
||||
requireLogin = true,
|
||||
auth =
|
||||
@Auth(
|
||||
|
||||
@@ -64,8 +64,6 @@ import javax.servlet.http.HttpServletRequest;
|
||||
@Action(
|
||||
path = RegistrarSettingsAction.PATH,
|
||||
requireLogin = true,
|
||||
xsrfProtection = true,
|
||||
xsrfScope = "console",
|
||||
method = Action.Method.POST,
|
||||
auth =
|
||||
@Auth(
|
||||
|
||||
Reference in New Issue
Block a user