Bypass Service Worker for favicon loads
Since Service Workers can intercept off-origin requests for controlled pages, a controlled page at http://a.example.com/ that requests a favicon from http://b.example.com would give the SW the opportunity to taint the browser's favicon cache for http://b.example.com, While we determine how (or if) we should restructure the favicon cache, just bypass the SW for favicon loads. R=horo@chromium.org,mkwest@chromium.org,jochen@chromium.org BUG=422250 Review URL: https://codereview.chromium.org/654713002 Cr-Commit-Position: refs/heads/master@{#299744}
Showing
Please register or sign in to comment