>>552
https://developers.cloudflare.com/bots/additional-configurations/ja3-ja4-fingerprint/
fingerprint で識別されてそう

>>493
http://jane2ch.net/test/read.cgi/community/1730598455/438
本当に heartbeat の有無が原因か?
うちの Linux 環境だが openssl3+curl で下のような結果だった
openssl version -a に no-heartbeats はなかった
つまり heartbeats 有効でも 403 が出ない場合もあるようだが

$ curl -s https://5ch.net/ -D - | head -n 1
HTTP/2 403
$ curl -s https://5ch.net/ -D - --tlsv1.3 | head -n 1
HTTP/2 200
$ curl -s https://5ch.net/ -D - --tlsv1.2 | head -n 1
HTTP/2 403
$ curl -s https://5ch.net/ -D - --tlsv1.2 --tls-max 1.2 | head -n 1
HTTP/2 200