K
K
Korsia2019-01-24 22:08:22
Layout
Korsia, 2019-01-24 22:08:22

How can you protect the finished version from being copied by the customer? Protecting landing pages from theft?

Hello. A question has come up.
How to protect the made-up site from the fact that the customer stupidly copies it?
If you make websites and host them on your server in order for the client to poke and twist, look for bugs, it’s quite banal to open the code through the chrome explorer to completely pull out the code. Is there a way to protect yourself and your work from potential theft?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
S
sim3x, 2019-01-24
@sim3x

Prepayment

I
iDomanOff, 2019-01-25
@iDomanOff

localtunnel.me is here to help! the link will just be at the time of the demonstration
in the gallp to add a task

gulp.task('browser-sync', function() {
  browserSync({
    server: {
      baseDir: 'app'
    },
    notify: false,
     tunnel: true,
     tunnel: "projectname", 
  });

V
Vyach Gor, 2019-01-24
@sharnirio

It has been discussed more than once that there is no 100% way to hide the usual layout. As an option to turn the layout into a mess, I use some tool like this htmlguard - it translates everything into pure js and then even changing the headings is another job)

V
Vadim V, 2019-01-24
@reyzele

If the site was made with the help of galp or webpack assemblies and assembled with all sorts of banders, then it can hardly be copied like that)

O
opendannyy, 2019-01-24
@opendannyy

No way! There is no such protection. You can copy the layout of absolutely any site within 5 minutes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question