For example, when you login to paypal and you get a page saying "if you see this for longer than 5 seconds, click here" or something to that effect - the redirect that should have happened there consistently fails on my browser.

301's are fine but anything like a meta:refresh tag just doesn't work.

The browser is kitted out with firebug, web developer toolbar, and a few others - and I've changed the ABE settings before but can't remember where to find them now.

Point is, does anyone know what setting I've broken that would allow these redirects normally? It's starting to hinder my testing somewhat :)

link|improve this question
feedback

1 Answer

After trawling through about:config, I figured out that it was the web developer toolbar, I must have changed this setting in it at some point:

webdeveloper.meta.redirects.disable **true**

I set this to false and working now :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.