Edit This Code:
<!DOCTYPE html>
<html>
<body>

<script>
document.write("Data tainting enabled: " + navigator.taintEnabled());
</script>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy