Chapter 6: Definition Reference
Layer and Transaction Notes
•Applies to proxy transactions.
•Only alphanumeric, underscore, dash, and slash characters can be used with the define action name.
Example
<proxy>
url.domain=!my_site.com action.strip_active_content(yes)
define active_content strip_with_indication tag_replace applet <<EOT
<B>APPLET content has been removed</B>
EOT
tag_replace embed <<EOT
<B>APPLET content has been removed</B>
EOT
tag_replace object <<EOT
<B>OBJECT content has been removed</B>
EOT
tag_replace script <<EOT
<B>SCRIPT content has been removed</B>
EOT
end
define action strip_active_content transform strip_with_indication
end
See Also
•Actions: transform
•Definitions: define action, define url.rewrite
•Properties: action( )
249