diff --git a/www/www.vcl.tftpl b/www/www.vcl.tftpl index 9db9469..ad33e2d 100644 --- a/www/www.vcl.tftpl +++ b/www/www.vcl.tftpl @@ -615,34 +615,6 @@ sub vcl_error { return (deliver); } - if (obj.status == 829) { - set obj.status = 429; - set obj.response = "Too Many Requests"; - set obj.http.Fastly-Backend-Name = "too_many_requests"; - - synthetic {" - - - - Welcome to GOV.UK - - - -

GOV.UK

-

Sorry, there have been too many attempts to access this page.

-

Try again in a few minutes.

- - - "}; - - return (deliver); - } - if (obj.status == 806) { set obj.status = 501; set obj.response = "Not Implemented";