You'll notice
With read blocking on, bash commands piping code in through here-docs or later pipe stages are refused outright.
Bash commands that pipe code via stdin, such as here-docs (<<<, <<) or piped commands after the first, are now refused outright when the read-block setting is active, since their stdin content cannot be statically checked against the working-directory read restriction.