Acknowledging that there's no way to 100% prevent video/image piracy on a website, there are four good tools to try and prevent it (see following list). Which one, or combination, works best? And why?
(1) disable context menu - user can still "View Source"
(2) use server URL rewrite - masks the true folder, but the user can just use the mask directly to download
(3) use createObjectURL blob and revokeObjectURL - the user can search the javascript and find the original filename/directory which got blobbed, no?
(4) use one-time temporary resource URL - seems like the best solution to me...thoughts?
Which one, or combination, works best? And why?