You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a "live" image i.e. a Google Motion Picture with an embedded video stream I received a console error
Content-Security-Policy: The page’s settings blocked the loading of a resource at blob:https://xxx.com/48d5c8e8-8bac-43af-92d0-b13eda3f6eb6 (“media-src”)
Steps to reproduce the issue
Upload a motion photo directly from a Samsung phone
The photo will have the "Live" icon on the thumbnail.
Open the browser console.
Click on the image thumbnail
Observe errors in console
The text was updated successfully, but these errors were encountered:
…r Google Motion Pictures images" (#1943)
Live photos make "blob:" requests, currently that results in an error:
Content-Security-Policy: The page’s settings blocked the loading of a resource at blob:https://xxx.com/48d5c8e8-8bac-43af-92d0-b13eda3f6eb6 (“media-src”).
and
Content-Security-Policy: The page’s settings blocked the loading of a resource at blob:https://xxx.com/f8d5c8e8-8bac-43af-92d0-b13eda3f6eb6 (“img-src”).
This change fixes that
Detailed description of the problem [REQUIRED]
When opening a "live" image i.e. a Google Motion Picture with an embedded video stream I received a console error
Content-Security-Policy: The page’s settings blocked the loading of a resource at blob:https://xxx.com/48d5c8e8-8bac-43af-92d0-b13eda3f6eb6 (“media-src”)
Steps to reproduce the issue
Upload a motion photo directly from a Samsung phone
The photo will have the "Live" icon on the thumbnail.
Open the browser console.
Click on the image thumbnail
Observe errors in console
The text was updated successfully, but these errors were encountered: