19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_STRIP_SCRIPTS_FILTER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_STRIP_SCRIPTS_FILTER_H_
25 namespace net_instaweb {
36 virtual const char*
Name()
const {
return "StripScripts"; }
Remove all scripts from a web page.
Definition: strip_scripts_filter.h:30
Definition: empty_html_filter.h:37
Definition: html_parse.h:88
Definition: html_element.h:42
virtual const char * Name() const
The name of this filter – used for logging and debugging.
Definition: strip_scripts_filter.h:36