Class HTMLPurifier_URIScheme_data
Implements data: URI for base64 encoded images supported by GD.
- HTMLPurifier_URIScheme
- HTMLPurifier_URIScheme_data
public
boolean
|
|
public
|
validate()
|
public
boolean
|
$browsable | true |
|
public
array
|
$allowed_types | array(
// you better write validation code for other types if you
// decide to allow them
'image/jpeg' => true,
'image/gif' => true,
'image/png' => true,
) |
|
public
boolean
|
$may_omit_host | true |
$default_port,
$hierarchical,
$secure
|