Merge branch '19166-gateway-tunnel'
[arvados.git] / lib / controller / router / request.go
index 06141b1033e3f0034e003eab07da11c17153496e..31f2e1d7baf5098a377ffe9d1acd7b737958231d 100644 (file)
@@ -176,6 +176,7 @@ var boolParams = map[string]bool{
        "bypass_federation":       true,
        "recursive":               true,
        "exclude_home_project":    true,
+       "no_forward":              true,
 }
 
 func stringToBool(s string) bool {