Put my grav site laketv8.com behind Cloudflare and borked the twitter feed as below. It was working fine previously so I apparently need to make some modification to permit it?
Completely ignorant how to do that and been searching for hours. I imagine this is very basic stuff, please forgive my naivete this once.
Hereās the code in the page: plugin:page-inject using the standard twitterfeed plugin.
Hereās what it appears like instead of the feed:
If you open your Browser Developer Tools, go to Console, youāll see the error. As for correcting Content Security Policy (CSP) issues, thatās on your web server either in the .htaccess file or some security plugin.
Have a look at this site for more about CSP policies.
BTW, platform.twitter.com should be added to script-src and not default-src but itās not set.