Code: Select all
<link rel="icon" type="image/x-icon" href="http://gfx2.hotmail.com/mail/w4/m3/ltr/mfav.ico" />
[NoScript] Blocking cross site CSS served from http://gfx2.hotmail.com/mail/w4/m3/ltr/mfav.ico with wrong type info image/x-icon ...
Code: Select all
<link rel="icon" type="image/x-icon" href="http://gfx2.hotmail.com/mail/w4/m3/ltr/mfav.ico" />
[NoScript] Blocking cross site CSS served from http://gfx2.hotmail.com/mail/w4/m3/ltr/mfav.ico with wrong type info image/x-icon ...
Code: Select all
var ph = PolicyState.extract(channel);
if (ph) {
var ctype = ph.contentType;
var origin = ABE.getOriginalOrigin(channel) || ph.requestOrigin;
if (origin && (ctype === 2 || ctype === 4) && this.getBaseDomain(origin.host) != this.getBaseDomain(channel.URI.host)) {
Code: Select all
javascript:var l=document.createElement("link");l.rel="icon";l.type="image/x-icon";l.href="http://gfx2.hotmail.com/mail/w4/m3/ltr/mfav.ico";document.getElementsByTagName("head")[0].appendChild(l);alert("done")
Yes, new profile, defaults.Giorgio Maone wrote:Can you consistently reproduce it?
There are (only) two. Both the root page (/default.aspx) and its iframe (/mail/InboxLight.aspx) have identical <link> lines. The one that's blocked is from /default.aspx. The icon still loads and is shown. The console log indicates that it's loaded twice and blocked once (request, response, block, request, response) A sniffer shows two requests.Giorgio Maone wrote:Is that LINK element the only reference to that file?
Can you repro the issue from this thread in Firefox? Open the inbox (do a shift-reload on the inbox just in case), open the error console, select messages, and see if you have something like:therube wrote:("new Hotmail". Yeah, isn't that wonderful. Hotmail seems to think that SeaMonkey is some sort of portable device.)