samedi 23 novembre 2019

Cleaning / hide code from inspect element

I have an e-commerce website and I don't want people to do phishing from inspect element (F12 or CTRL + U) on my checkout page.

On NVIDIA AI PLAYGROUND web site they was able to clean the hole site and keep only this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
  <title>nvidia-research-mingyuliu.com</title>  
  <meta name="description" content="">
  <meta name="keywords" content="">
</head>
<frameset rows="100%,*" border="0">
  <frame src="http://34.216.122.111/gaugan" frameborder="0" />
</frameset>

</html>

The link of the Nvidia clean source code page is: http://nvidia-research-mingyuliu.com/gaugan
I have no idea with language I have to use in order to clean the hole page by javascript or php.




Aucun commentaire:

Enregistrer un commentaire