2008-06-25 01:10:51 +00:00
|
|
|
URI.DisableResources
|
|
|
|
TYPE: bool
|
2010-06-30 12:59:17 +00:00
|
|
|
VERSION: 4.1.2
|
2008-06-25 01:10:51 +00:00
|
|
|
DEFAULT: false
|
|
|
|
--DESCRIPTION--
|
|
|
|
<p>
|
|
|
|
Disables embedding resources, essentially meaning no pictures. You can
|
2008-12-06 07:28:20 +00:00
|
|
|
still link to them though. See %URI.DisableExternalResources for why
|
|
|
|
this might be a good idea.
|
2008-06-25 01:10:51 +00:00
|
|
|
</p>
|
2010-06-30 12:59:17 +00:00
|
|
|
<p>
|
|
|
|
<em>Note:</em> While this directive has been available since 1.3.0,
|
|
|
|
it didn't actually start doing anything until 4.1.2.
|
|
|
|
</p>
|
2008-12-06 09:24:59 +00:00
|
|
|
--# vim: et sw=4 sts=4
|