ModusCreateOrg / labs

Modus Create Labs web site
https://labs.moduscreate.com
MIT License
5 stars 17 forks source link

Contributor images are broken. :( #90

Closed jaygarcia closed 3 years ago

jaygarcia commented 3 years ago

https://labs.moduscreate.com/capsule-aws-static-web-app-service

https://labs.moduscreate.com/beep-vue-ionic-hybrid-mobile-app

Looks like team images are broken. :(

image
crissoca commented 3 years ago

looks like some rules need to be updated, under Content Security Policy directive: img-src we need to add unavatar.vercel.app

rodriguezmanu commented 3 years ago

could be, I am wondering if could be relative to this change https://github.com/ModusCreateOrg/labs/pull/77/files, probably is not working escape quotes

crissoca commented 3 years ago

The way gatsby works is that you can create rules or security policies the problem here is that the third party service we use to get the Twitter images is now serving images using a new url, we already have unavatar.now.sh under that set of rules so it's just a matter of adding the new url it's using to serve the images and we should be ok.