Firefox – Forbid http-equiv=“refresh” redirect

firefoxredirection

When javascript is off (NoScript), a site redirects me and i can't get back to the page i came to.

<noscript><meta http-equiv="refresh" content="0; URL=/badbrowser.php"></noscript> 

How to forbid such redirect but let me follow it manually (like NoRedirect does), or at least make it leave an entry in page history?

NoRedirect doesn't handle this situation.

Information for other browsers is welcome too.

Best Answer

In firefox, go to about:config and search for "refresh". Then, just set accessibility.blockautorefresh to true and you're done.

Related Question