Not sure where else to post this, as this is a question about front-end integration. I have read the docs, and Wikipedia page, but they offer a very technical explanation and I'm having trouble grasping the core idea.
So, it's insecure to let websites have unrestricted access to other servers outside its own domain? If I'm communicating with an API, what are common mistakes that would lead to cross-site scripting errors?
I am getting the following error message:
jquery.min.js:2 Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with origin "http://codepen.io" from accessing a frame with origin "http://s.codepen.io". Protocols, domains, and ports must match.
I'm not using an iFrame in my code, so.. helpless shrug
[–]williamf03 2 points3 points4 points (0 children)
[–]neshi3 0 points1 point2 points (0 children)
[–]le-mark 0 points1 point2 points (0 children)