Hide the url of embedded video [duplicate]

送分小仙女□ 提交于 2019-12-23 07:02:59

问题


How can I hide the embedded video URL in my html page source with php or scripts ?

e.g. the embedded link of youtube or google video, i want to hide the video id or the link

<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/(hide video id)" frameborder="0" allowfullscreen></iframe>

回答1:


This is impossible. Your browser wouldn't know what to play if the URL would be hidden.

Everything your browser has to see, the user can see too.



来源:https://stackoverflow.com/questions/27293474/hide-the-url-of-embedded-video

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!