Cannot open links in codepen

Hello everyone,

I started recently on building a random quote machine. I attached some links for twitter and tumblr but when I click on them I get this error: Blocked By Content Security Policy. I thought it was from some external resources i removed those everything only the link on the page was left and nothing changed still getting he same error. I even started a new pen I just put the links and still cannot open them. Any ideas about this error?

CodePen does not like it when you try to open pages in the same window, try opening the links in a new tab (<a href="..." target="_blank">Link</a>).

Ty very much for your answer :slight_smile: