<script type="text/javascript">
// When back/forward/refresh this error page, reload the page.
window.addEventListener('pageshow', (event) => {
// The value of the URL which will replace the current one will be filled by the code using this script injection.
window.location.replace('%@');
});
</script>