Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Hi there,
  2.  
  3. Just so you know, external sites that have the same origin policy enabled if they're incased in an iframe will not work due to your forced iframe on external links.
  4.  
  5. If someone posts a link on their page to an external site that doesn't allow cross-origin framing the external site won't work.
  6.  
  7. Refused to display 'some url' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
  8.  
  9. If you could please check whether or not the iframe for an external site has loaded (there's various APIs for this) and if it's encountered that error break out of the iframe (honestly, what purpose is it serving?)
  10.  
  11. Otherwise users are going to have to start redirecting the external links to sites that will remove your iframe before redirecting to the intended external site.
  12.  
  13. Thanks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement