A
A
Alex Ivanov2015-11-02 12:31:52
Web development
Alex Ivanov, 2015-11-02 12:31:52

Why can't nitroflare open in iframe?

The bottom line is that I post music on nitra, but the content is pretty abuzz and gets pulled down all the time. I made a page that would load the FO page to hide the link, but I ran into a problem - nitroflare.com urls do not open in an iframe

<!doctype html>
<html>
  <head>
    <title>Download</title>
  </head>
  <body>
 <iframe src="http://nitroflare.com" width="100%" height="700" frameborder="0"></iframe>
  </body>
</html>


While, for example, a toaster works fine.

<!doctype html>
<html>
  <head>
    <title>Download</title>
  </head>
  <body>
 <iframe src="https://toster.ru" width="100%" height="700" frameborder="0"></iframe>
  </body>
</html>


Maybe there is a solution to this problem? I suspect it's all about the referrer

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question