• Resolved naijamomo

    (@naijamomo)


    Hello. I want to complete the following code below to disable download on my website but I don’t know what else to add please help me out.

    const app = require('download-app');
    
    app.install();
    
    

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    If you are trying to prevent visitors from ripping streamed audio, you really cannot. If you send data out on request, one way or another it can be captured by someone with adequate tools or knowledge. The only way to prevent data from being captured is to not send it out in the first place.

    Of course then no one can listen to audio. You could make it unattractive to rip, such as only providing a brief sample that’s encoded at a low bitrate.

    Thread Starter naijamomo

    (@naijamomo)

    thanks, I really appreciate for the advice ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘JavaScript code with WordPress’ is closed to new replies.