L
L
Light7772015-03-17 14:08:58
PHP
Light777, 2015-03-17 14:08:58

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

4 answer(s)
M
Maxim Grechushnikov, 2015-03-17
@maxyc_webber

no way. me any landing page to merge the case of one wget command in linux

E
Evgeny Lavrentiev, 2015-03-17
@lavrentiev

No way :)

C
Constantin Tsukanov, 2015-03-17
@authoris

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?

T
therhino, 2015-03-17
@therhino

I think this option will suit you . What are the ways to protect CSS styles?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question