blob: da07aed499d761b12846b89d28cc3f085ca08ecb [file] [log] [blame]
<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>