i am trying to load external website on my webpage using i frame but its giving following error on console.
here is my code
 <body>
  <iframe src="https://firebase.google.com/"> </iframe>
 </body>
error on console
Refused to display 'https://firebase.google.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
i try different solution but its not working .how to solve this problem?
 
     
    