chromium/third_party/blink/web_tests/external/wpt/network-error-logging/support/redirect.py

# Always redirects to no-policy-pass.png.
def main(request, response):
  return 302, [(b"Location", b"no-policy-pass.png")], u""