Implement Content Security Policy for the File Manager
The policy includes default-src:none and explicitly lists what is permitted.
The only seemingly lax part is "style-src 'unsafe-inline'" which is required because the HTML flattener always inlines all CSS.
BUG=
chromium-os:23500
TEST=Photos/videos/music should open normally (both from local folders and from Google Docs).
Committed:
http://src.chromium.org/viewvc/chrome?view=rev&revision=132558