diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-07-13 17:18:26 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-13 17:20:41 -0700 |
commit | 85a0a353ad185946d39463fddb3ec2cb37876371 (patch) | |
tree | afeb3bb2000bd1d3fcf0eeaeabc7cc4679cff8c8 /website | |
parent | d4dce953b7ac4705f5b52ac24c031170d701031b (diff) |
Replace whitelist with allowlist
PiperOrigin-RevId: 384586164
Diffstat (limited to 'website')
-rw-r--r-- | website/cmd/server/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/cmd/server/main.go b/website/cmd/server/main.go index 707a3a8f8..1e5b56fbb 100644 --- a/website/cmd/server/main.go +++ b/website/cmd/server/main.go @@ -258,7 +258,7 @@ const pprofFixedPrefix = "https://storage.googleapis.com/" // allowedBuckets enforces constraints on the pprof target. // // If the continuous integration system is changed in the future to use -// additional buckets, they may be whitelisted here. See registerProfile. +// additional buckets, they may be allowed here. See registerProfile. var allowedBuckets = map[string]bool{ "gvisor-buildkite": true, } |