阻止进入iframe页面

时间:2019-04-01 13:45:24

标签: php security iframe token

我正在以iframe的形式从视频共享网站拍摄视频。但我想阻止用户输入iframe.php。我该如何确保呢?

样品:

scrollToIndex = () => {
  this.flatListRef.scrollToIndex({
    animated: true,
    index: Math.floor(this.state.scrollIndex / 2),
  });
};

安全iframe:

<iframe width="100%" height="100%" src="https://www.canlitv.legal/kanallar.php?kanal=trt-1-izle&security=3c67b84d3db48f11fa52f330b6295b0f" frameborder="0" scrolling="no" allowfullscreen></iframe>

0 个答案:

没有答案
相关问题