mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 15:48:42 +00:00
463aa3a0fa
- Add CurrentCSSProperty context variable - Move Munge to its own class, derived off of SecureMunge. - Rename %URI.SecureMunge to %URI.Munge - Rename %URI.SecureMungeSecretKey to %URI.MungeSecretKey - Add extra substitutions for munge git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1803 48356398-32a2-884e-a903-53898d9a118a
13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
URI.MungeResources
|
|
TYPE: bool
|
|
VERSION: 3.1.1
|
|
DEFAULT: false
|
|
--DESCRIPTION--
|
|
<p>
|
|
If true, any URI munging directives like %URI.Munge or %URI.SecureMunge
|
|
will also apply to embedded resources, such as <code><img src=""></code>.
|
|
Be careful enabling this directive if you have a redirector script
|
|
that does not use the <code>Location</code> HTTP header; all of your images
|
|
and other embedded resources will break.
|
|
</ul>
|