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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

EFF to White House: What Will You Do to Protect the Privacy of WhiteHouse.gov Users?

3 点作者 markup超过 16 年前

1 comment

coryrc超过 16 年前
Given their grievances:<p><pre><code> 1. An "invisible pixel" style webbug/tracker on every page on the site, hosted by WebTrends.com. 2. The entire WhiteHouse.gov domain appears to utilize edge-caching technology provided by Akamai, Inc. 3. Access to direct-download MP4s of video content appears to be hosted by Amazon S3. </code></pre> I have a few more to suggest:<p><pre><code> 4. Avoid all javascript because a XSS attack could result in data going to a third party 5. Avoid unsecured http because cache servers between my computer and whitehouse.gov could intercept traffic and change the pages 6. Don't register the SSL certificate with a CA because they could issue a different certificate and redirect the user 7. Don't link off site -- the other page could examine the referrer and know you visited whitehouse.gov 8. Don't allow the traffic to be routed on networks owned by Comcast or AT&#38;T, since all traffic is monitored there. </code></pre> I trust the Obama whitehouse will implement these reasonable steps to safeguard our privacy.