Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的 HTML 文件的一个简单示例embed.html:
embed.html
<div id="embed_content"> Hello, I am special content on the embed.html file. How are you? </div>
我希望能够控制谁可以将其嵌入到他们的页面上——也就是说,授予谁可以使用它的权限。
我该怎么做呢?
您可以尝试基于 HTTP_REFERER 标头进行过滤,但一般来说,您在 Internet 上发布的任何内容都可以被其他任何人复制或嵌入。您唯一的办法是版权诉讼。
除非您的内容位于私人位置,否则如果没有一些非常复杂的服务器端规则,很难控制它的最终位置或访问权限。iframes不是那么挑剔...
iframe