Answer the question
In order to leave comments, you need to log in
How to block download of default.dms file in Safari?
When you open the site ( link ) in the Safari browser, an incomprehensible default.dms file is downloaded. In the code it says that it is from the tawk.to plugin. But why is he downloading this file and how to block the download of this file?
Here is the code:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="https://embed.tawk.to/5a001a81198bd56b8c039771/default"></script>
</head>
<body>
<script type="text/javascript">
if (document.location.hash === '') {
document.location.hash = "check";
setTimeout(function () {
document.location.reload(true);
}, 2000);
}
</script>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question