X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/71e992d855a2e26a817b8863e4d0a39ed7955214..40500de7ecb33a0f2197b2fe2449e6fc14b835a4:/lib/controller/router/request.go diff --git a/lib/controller/router/request.go b/lib/controller/router/request.go index 39b4c51006..977a15f3ab 100644 --- a/lib/controller/router/request.go +++ b/lib/controller/router/request.go @@ -169,6 +169,7 @@ var boolParams = map[string]bool{ "include_old_versions": true, "redirect_to_new_user": true, "send_notification_email": true, + "bypass_federation": true, } func stringToBool(s string) bool {