Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

Widget:Iframe: различия между версиями

Материал из Aprel Wiki
Новая страница: «<noinclude>__NOTOC__ <code>iframe</code> tag. by Aprel Team. <big>'''<font color="red">This widget should not be used on a publicly-editable wiki.</font>'''</big> 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...»
 
Нет описания правки
Строка 1: Строка 1:
<noinclude>__NOTOC__
<noinclude>__NOTOC__
<code>iframe</code> tag.
<code>iframe</code>.


by Aprel Team.
by Aprel Team.


<big>'''<font color="red">This widget should not be used on a publicly-editable wiki.</font>'''</big>
<big>'''<font color="red">Этот виджет не следует использовать в общедоступной вики.</font>'''</big>


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.
Хотя URL-адрес подтвержден как действительный URL-адрес, виджет не может проверить содержимое включенной страницы. При включении этого виджета вы разрешаете любому пользователю, который может редактировать, включать любую страницу, включая вредоносные страницы (содержащие трояны, бэкдоры, вирусы и т. д.), страницы, которые вырываются из iframe, и страницы, похожие на ваш сайт, но на самом деле являются копией. используется для фишинга.


== Copy to your site ==
[{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] '''{{FULLPAGENAME}}'''.
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
[[Категория:Служебные]]
[[Категория:Служебные]]
</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" style="border: <!--{$border|escape:html|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>
</noinclude><includeonly><iframe src="<!--{$url|validate:url}-->" style="border: <!--{$border|escape:html|default:0}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly>

Версия от 23:48, 6 июня 2024

iframe.

by Aprel Team.

Этот виджет не следует использовать в общедоступной вики.

Хотя URL-адрес подтвержден как действительный URL-адрес, виджет не может проверить содержимое включенной страницы. При включении этого виджета вы разрешаете любому пользователю, который может редактировать, включать любую страницу, включая вредоносные страницы (содержащие трояны, бэкдоры, вирусы и т. д.), страницы, которые вырываются из iframe, и страницы, похожие на ваш сайт, но на самом деле являются копией. используется для фишинга.

full source code Widget:Iframe.