Question

Hiding the Pega version
Is there any ideal way where we can hide the pega version ?
I found a link which suggest to remove the line from error.jsp
https://community.pega.com/support/support-articles/hiding-pega-version-error-page
But this is not usefull in my scenario. so Currentely i have removed the tag from status.jsp
<tr> <td class="StatusHeader">Engine Version</td>
<td><%= sETierVersion %></td>
</tr>
Will there be any ideal way of doing this change.