Clickjacking

This page is a translated version of the page Clickjacking and the translation is 100% complete.

Clickjacking, as defined on Wikipedia, is "a malicious technique of tricking a user into clicking on something different from what the user perceives, thus potentially revealing confidential information or allowing others to take control of their computer while clicking on seemingly innocuous objects, including web pages."

HTMLForm

Pokud používáte HTMLForm a chcete povolit rámování formuláře, musíte přepsat funkci displayForm třídy HTMLForm a zavolat $wgOut ->allowClickjacking(); u této přepsané funkce.

Související odkazy