There is a site that I know of, that does something interesting to half protect its source code and I'd like to understand how.
Basically :
They made 3 pages named A, B and C.
- A contains all the data and stuff : loads in B.
- B is blank : displays A full page.
- C is the main page : Where you end up if you try to load A from your browser.
How do they do that ?
The interesting part is that the source code only shows the iframe in body, and shows no data (even if there is in A)..
But it's still visible from the console after it loaded though..
Thanks !