Avoing copy-pasters in AMP
-
Hello,
To stoping people of copying content, in regular pages you can use:<script> document.addEventListener("copy", function(e){ e.clipboardData.setData('text/plain', 'Do not copy'); e.preventDefault();} ); </script>
Is it possible to do the same in AMP?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Avoing copy-pasters in AMP’ is closed to new replies.