Now I can reproduce it, using the attached code.

<html><body><script>document.cookie='aaaaaaa=38bc5d30aaaaaaa_38bc5d30;path=/';window.location.href=window.location.href;</
script></body></html>

There are two statements:
document.cookie='aaaaaaa=38bc5d30aaaaaaa_38bc5d30;path=/';

and:
window.location.href=window.location.href;

which is causing another reload when the page is loaded

> Though I assume it's related to window.location.href=window.location.href.
So, yes, this is correct.

Honza

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to