mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +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:
@@ -32,8 +32,6 @@ import javax.servlet.http.HttpServletRequest;
|
||||
/** Runs EPP commands directly without logging in, verifying an XSRF token from the tool. */
|
||||
@Action(
|
||||
path = "/_dr/epptool",
|
||||
xsrfProtection = true,
|
||||
xsrfScope = "admin",
|
||||
method = Method.POST,
|
||||
auth =
|
||||
@Auth(
|
||||
|
||||
Reference in New Issue
Block a user