Cloudflare return 404 when Setting the Security Level of a Configuration Rule to HIGH

Hi, I have setup a configuration rule that will set the Security Level to HIGH for user agent containing “Firefox/6”. I get a blank page on Firefox browser when visit my website with user agent “Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/89.0”. It obviously hits the rule. But I expect that it should show Cloudflare’s challenge page.

I use the following command to check HTTP status and it returns 404:
$ curl -ISs -A "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/89.0" https://www.domainxxxx.com/

It’s a bug of Cloudflare?

Sorry for my typo mistakes. Here is the correct command I used:
$ curl -ISs -A "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/69.0" https://www.domainxxxx.com/

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.