Answer the question
In order to leave comments, you need to log in
How to save LandingPage from downloading (copying)?
How to save LandingPage from downloading (copying)? How to prevent LP theft? I saw on themeforest, envato they stir up something with javascript so that it can not be downloaded or it is difficult to download.
Answer the question
In order to leave comments, you need to log in
no way. me any landing page to merge the case of one wget command in linux
You can slightly complicate the life of those who are trying to download your landing page with all sorts of crutches. For example, for js, css and images, you can return only when the Referer header is set and it matches your domain, which is substituted by the browser for requests. It is possible to sew code into JS that will remove some of the top DOM nodes if the domain name does not match the one written in it. Encode texts in base64, and obfuscate the code.
But any header can be substituted, in the same CURL, and JS can be cut out.
Moreover, no one will forbid you to simply open the inspector and do ctrl + c, ctrl + v on the files.
The only question is, do you need it?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question