Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
15 lines
444 B
Plaintext
15 lines
444 B
Plaintext
URI.SafeIframeHosts
|
|
TYPE: lookup/null
|
|
DEFAULT: null
|
|
--DESCRIPTION--
|
|
<p>
|
|
A whitelist which indicates what explicit hosts should be
|
|
allowed to embed iframe. See also %HTML.SafeIframeRegexp,
|
|
it has precedence over this config. Here are some example values:
|
|
</p>
|
|
<ul>
|
|
<li><code>www.youtube.com</code> - Allow YouTube videos</li>
|
|
<li><code>maps.google.com</code> - Allow Embedding a Google map</li>
|
|
</ul>
|
|
--# vim: et sw=4 sts=4
|