Nová soutěž o nejlepší webovou stránku !
Neváhejte a začněte rychle soutěžit o lákavé ceny !

Widget:Iframe

Z Multimediaexpo.cz

(Rozdíly mezi verzemi)
m (Zamyká „Widget:Iframe“: Prevence...svůj požadavek můžete vložit na diskusní stránku ([edit=sysop] (do odvolání) [move=sysop] (do odvolání)))
m (++)
Řádka 7: Řádka 7:
While the url is validated to be a valid url, there is no way the widget can check the contents of the page that is included. When enabling this widget, you allow any user that can edit to include any page, including malicious pages (containing trojans, backdoors, viruses etc), pages that brake out of the iframe and pages that look like your site, but actually is a copy used for phishing.
While the url is validated to be a valid url, there is no way the widget can check the contents of the page that is included. When enabling this widget, you allow any user that can edit to include any page, including malicious pages (containing trojans, backdoors, viruses etc), pages that brake out of the iframe and pages that look like your site, but actually is a copy used for phishing.
</noinclude>
</noinclude>
-
<includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>
+
<includeonly><iframe src="<!--{$url|validate:url}-->" frameborder="<!--{$border|validate:int|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->" allowfullscreen></iframe></includeonly>

Verze z 28. 7. 2023, 15:24

This widget allows you to embed any web page on your wiki page using an iframe tag.

Using this widget

For information on how to use this widget, see widget description page on MediaWikiWidgets.org.

While the url is validated to be a valid url, there is no way the widget can check the contents of the page that is included. When enabling this widget, you allow any user that can edit to include any page, including malicious pages (containing trojans, backdoors, viruses etc), pages that brake out of the iframe and pages that look like your site, but actually is a copy used for phishing.