cloudflare rate limit rules

i have setup a rate limiting rule:
(not starts_with(http.request.uri.path, "/_next/")) or (http.host ne "r2.guns.lol") or (http.host ne "cdn.guns.lol")

and when a video buffers it sends a bunch of 206 requests to r2.guns.lol (my r2 cdn) and it still rate limits it, even tho it should ignore that incoming request
Was this page helpful?