Tell me, is there an opportunity to protect the site from being copied?
It is necessary not to let HTML, CSS, JS copy itself.
I found a lot of options to protect the text, but what about the protection of the site (design)?
Tell me, is there an opportunity to protect the site from being copied?
It is necessary not to let HTML, CSS, JS copy itself.
I found a lot of options to protect the text, but what about the protection of the site (design)?
Unfortunately, this is practically not possible.
The source code of a web page can always be viewed and copied. Even if this code is encrypted.
You can minify some files.
It will not protect against copying, but this code is incredibly difficult to understand.
Also such files will be transferred to clients faster.
Advanced HTML Encrypt and Password Protect - you can try something like that. Using js turns everything in a developer’s console into a rubbish ...
Source: https://ru.stackoverflow.com/questions/493921/
All Articles