+ 7
How to keep Safe our Website template (HTML, CSS, JS & etc) and prevent from Copying it.
Hi bodies. As you know it's piece of cake to do that, the only problem is that right click on web page! :( But it's really unfair. Honestly, some bodies are really P..., really wormy! That little "All rights reserved" down there won't have any chance to play its own duty. :( Not me, but its tiny heart will break! :( Is there any technique to keep Website template Safe? Don't say no, and I'll cry. :( What should we do bodies? What's the solution? Thanks ALL, I'll be appreciated for your comments.
4 Réponses
+ 7
It’s called contextmenu. You could prevent that but still javascript can be turned off.
+ 2
When an user open your page a clone was happened in order to run local.
You may minimize your javascript code
+ 2
disabled the right click using css or embedd your own right click event with js like what new google apps(gmail, drive, etc.) does.
+ 2
disable context menu will not stop a clone. you may open browser's developer tools and save sources our use curl