Clickjacking/es
Consulta el artículo "Clickjacking" en Wikipedia (en inglés).
If you are using HTMLForm and you want to allow framing of the form, you need to override HTMLForm's displayForm
function and call $wgOut ->allowClickjacking();
on the overridden function.