• Hi, how do I hide the URLs of mp3s from frontend users when I use [audio src="bla.mp3] tags. If I open the page source, I can see them all. I’d like them to be read-only or “listen-only”.

    Thank you very much if you have any ideas,
    All the best,
    J

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    You cannot do that, that’s how page source works.

    Your page source is the raw code that your browser renders. To have no MP3 URL in there would mean that your browser displays no MP3 to play, because as far as it is concerned there is no MP3.

    Anything you have on your site, audio, video, images, etc, can always be found in source. This is true for any site on the internet.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide MP3 url from user while using audio tags’ is closed to new replies.