Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_HTMLModule_SafeScripting Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_SafeScripting:
HTMLPurifier_HTMLModule

Public Member Functions

 setup ($config)
 
- Public Member Functions inherited from HTMLPurifier_HTMLModule
 getChildDef ($def)
 
 addElement ($element, $type, $contents, $attr_includes=array(), $attr=array())
 
 addBlankElement ($element)
 
 addElementToContentSet ($element, $type)
 
 parseContents ($contents)
 
 mergeInAttrIncludes (&$attr, $attr_includes)
 
 makeLookup ($list)
 

Public Attributes

 $name = 'SafeScripting'
 
- Public Attributes inherited from HTMLPurifier_HTMLModule
 $name
 
 $elements = array()
 
 $info = array()
 
 $content_sets = array()
 
 $attr_collections = array()
 
 $info_tag_transform = array()
 
 $info_attr_transform_pre = array()
 
 $info_attr_transform_post = array()
 
 $info_injector = array()
 
 $defines_child_def = false
 
 $safe = true
 

Detailed Description

A "safe" script module. No inline JS is allowed, and pointed to JS files must match whitelist.

Definition at line 17064 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ setup()

HTMLPurifier_HTMLModule_SafeScripting::setup (   $config)
Parameters
HTMLPurifier_Config$config

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 17074 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $name

HTMLPurifier_HTMLModule_SafeScripting::$name = 'SafeScripting'

@type string

Definition at line 17069 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: