...
If the turnstile check is causing a problem, it can be disabled by setting ENV var CF_TURNSTILE_ENABLED
to "false"
(or deleting it, as default is false).
Configuration and Implementation
Original implentation PR: https://github.com/sciencehistory/scihist_digicoll/pull/2838
Configuration currently lives at the bottom of `./config/initializers/rack_attack.rb` (at the bottom, in a to_prepare
block).
...