var xhttp = new XMLHttpRequest();xhttp.onreadystatechange = function () {if (this.readyState == 4 && this.status == 200) {document.getElementById("informativa-pubblica-govdpo-cors").innerHTML = this.responseText;}};xhttp.open("GET", "https://web.govdpo.it/pub/informativa/22989/embedded", true);xhttp.withCredentials = false;xhttp.send();