开发者

IE9 and Tracking Blocker

I have a template used by our Email marketing, it was developed more than a year and has worked fine up to the release of IE9. The page is table based, and uses graphics embedded as cell background

<TD height="83" background="http://www.myDomain.com/Content/images/email/spacer.gif" width="1" border="0">

because, at the time of development that's the consensus 'best way' to accomodate the various user agents. IE9 includes new 'Tracker Blocking' methods and it's decided that my banner graphics don't cut the mustard.

It's not a matter of syntax - IE's F12 dev tools is explicitly reporting 2 graphics as blocked.

I'm not tracking - i'm not spamming. I'm looking for info on how IE goes about dec开发者_如何学JAVAiding what to show and what to block.

thx

ADDENDUM: The error message reads: SEC 7114: A download in this page was blocked by Tracking Protection.


Cross domain images can be blocked by Tracking Protection, either explicitly (they're in a TPL) or heuristically (if they are used across many top-level-domains). See http://blogs.msdn.com/b/ie/archive/2010/12/07/ie9-and-privacy-introducing-tracking-protection-v8.aspx for more information.

What is the exact text of the message in the Developer Tools console?


IE9's Tracking Protection Lists (TPL) just block all requests from certain domains. The domains can be explicitly defined by the user, and they can subscribe to lists which block many of the most common tracking domains.

I suspect you are suffering from the latter. The only way around it is to point to a different domain which IE9 is not blocking.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜