mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Make flows and registrar targets visible
Needed to reuse server-side XSRF protection
This commit is contained in:
parent
d165a80513
commit
fcaaee03c1
3 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,4 @@ Pablo Mayrgundter <pmy@google.com>
|
||||||
Daisuke Yabuki <dxy@google.com>
|
Daisuke Yabuki <dxy@google.com>
|
||||||
Tim Boring <tjb@google.com>
|
Tim Boring <tjb@google.com>
|
||||||
Hans Ridder <hans.ridder@gmail.com>
|
Hans Ridder <hans.ridder@gmail.com>
|
||||||
|
Wolfgang Meyers <wolfgang@donuts.co>
|
||||||
|
|
|
@ -45,4 +45,5 @@ java_library(
|
||||||
"//third_party/java/objectify:objectify-v4_1",
|
"//third_party/java/objectify:objectify-v4_1",
|
||||||
"//third_party/java/servlet/servlet_api",
|
"//third_party/java/servlet/servlet_api",
|
||||||
],
|
],
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
|
@ -37,4 +37,5 @@ java_library(
|
||||||
|
|
||||||
"//third_party/closure/templates",
|
"//third_party/closure/templates",
|
||||||
],
|
],
|
||||||
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue