Forbid http-equiv="refresh" redirect

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.


Solution 1:

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

Solution 2:

NoScript → Options → Advanced → Untrusted → 'Forbid META redirections inside <noscript> elements'