papandreou / seespee

Create a Content-Security-Policy for a website based on the statically detectable relations
BSD 3-Clause "New" or "Revised" License
75 stars 4 forks source link

reports invalid json for manifest.json #1

Closed jdalton closed 8 years ago

jdalton commented 8 years ago
seespee https://lodash.com/

will report:

⚠ WARN: https://lodash.com/manifest.json: Json parse error in https://lodash.com/manifest.json: Unexpected token o in JSON at position 1

Though https://lodash.com/manifest.json is valid JSON.

Munter commented 8 years ago

Confirmed. I get the same thing on every site with a manifest I try. This must be somewhere in Assetgraph

papandreou commented 8 years ago

Fixed in 1.6.1, thanks for reporting :)

jdalton commented 8 years ago

Thank you!