Hello,
For the ST25TV16K and ST25TV64K, it is not possible to lock more blocks than block 0 and 1.
Nevertheless, it is possible to do what you want to do, which is locking all the blocks permanently using the password mechanism.
If you look at the RFA1SS, RFA2SS etc. and in particular at fields PWD_CTRL_Ax, you can see that value 00b in this filed means: "RF user security session can't be opened by a password". If you combine this with field RW_PROTECTION_Ax=01b (write protection), it means that the corresponding memory area will be protected against write and there will be no way to unprotect it using a password. So, the write protection is permanent, which looks like what you are willing to do.
Off course, someone who knows the configuration password can still change those settings. If you don't want this to happen, you can lock the configuration (LOCK_CFG configuration byte).
Best regards.