TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Dealing with IE8's InPrivate Blocking

4 点作者 durana大约 16 年前
Has anyone made changes to their site to address IE8's InPrivate Blocking? If so, what did you do?<p>When enabled InPrivate Blocking will block a resource when a user's browser has seen the resource referenced across 10 different sites. So for example, with InPrivate Blocking on, jQuery sourced from Google will be blocked by IE8 after the browser sees that file sourced by more than 10 sites.<p>You can read more about it at http://blogs.msdn.com/ie/archive/2008/08/25/ie8-and-privacy.aspx under the "InPrivate Blocking" section.<p>You could obviously host everything that you need yourself to get around this, if you are pulling things like jQuery from Google.<p>If you host a file that is sourced by others, with some server side URL rewriting, you could allow for random strings to be added to the URL that would be ignored by your server. This would allow others sourcing from you to create unique URLs for the file so that a user's IE8 browser won't see the same URL sourced across multiple sites.<p>Any other ideas?

1 comment

inimino大约 16 年前
Do nothing, and let Microsoft and their customers sort it out.<p>When Microsoft makes a (potential) blunder so many Web developers seem feel it's their responsibility to work around it. It's not. Microsoft and the IE team try hard not to "break the Web". If they missed, chances are very good they'll fix it. If not, it's not your responsibility to work around the breakage.<p>Has this been a problem for you in practice? Have you had user complaints about it? If not, why are you worried about it? If so, tell your users to work it out with Microsoft or try another browser.
评论 #542841 未加载
评论 #541408 未加载