Should CSP affect a Notification icon?

The Web Notification feature (http://www.w3.org/TR/notifications/)
allows pages to specify a desktop notification, and an optional part of
that spec is an Icon URL. This image URL is specified in a page, but the
image load is not included in the page. Should CSP's image-src directive
affect the Notification icon?

Currently in Firefox it does not: the image load is not part of the
document (or ServiceWorker). We've received a complaint from someone who
thought it ought to. Thoughts?

-Dan Veditz

Received on Sunday, 9 November 2014 22:37:54 UTC