iframe and external website

前端 未结 4 1646
春和景丽
春和景丽 2021-02-01 06:12

So I have this code:


and the l

4条回答
  •  不知归路
    2021-02-01 06:36

    The reason why external websites such as:

    1. youtube.com
    2. google.com
    3. stackoverflow.com
    4. etc.

    are not loading in your frame, is because they are intentionally leveraging some sort of Frame Killer.

    Example (uses jQuery):

    
    
    

    Suggested reading:

    • Framekiller (Wikipedia)
    • Busting a tough FRAME killer

提交回复
热议问题