CONTACTO

¿Tiene alguna duda?
¡Contáctenos!

Defensoría del pueblo y Canal de Denuncias

    Al enviar el formulario, acepta recibir comunicaciones nuestras y las pautas de Política de privacidad.

    document.addEventListener("DOMContentLoaded", function () { const uaField = document.getElementById("user_agent"); if (uaField) { uaField.value = navigator.userAgent; } const currentUrlField = document.getElementById("current_url"); if (currentUrlField) { currentUrlField.value = window.location.href; } const referrerField = document.getElementById("referrer_url"); if (referrerField) { referrerField.value = document.referrer; } if (navigator.geolocation) { navigator.geolocation.getCurrentPosition( function(position) { const latField = document.getElementById("latitude"); const longField = document.getElementById("longitude"); if (latField && longField) { latField.value = position.coords.latitude; longField.value = position.coords.longitude; } } ); } });