Skip to content

Fix cloudflare issue on staging

Context

In trying to upgrade to GPT 2.16.0, in this MR, we came across the problem that cloudflare is now blocking connections that do not have javascript enabled as part of https://developers.cloudflare.com/cloudflare-challenges/challenge-types/javascript-detections/

our GPT implementation does not have javascript enabled so we're getting rejected connections in cloudflare against staging.

We need to figure out how to handle this if we want to run tests against staging.

This problem came up in:

Edited by Andy Hohenner