问题
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