You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
## |
|
## apache-proxyhtml.conf -- Apache configuration for mod_proxyhtml |
|
## |
|
|
|
LoadModule proxy_html_module @l_prefix@/libexec/apache/mod_proxy_html.so |
|
|
|
# legacy (pre-1998, aka "transitional") HTML/XHTML |
|
#ProxyHTMLLinks frame src longdesc |
|
#ProxyHTMLLinks iframe src longdesc |
|
#ProxyHTMLLinks body background |
|
#ProxyHTMLLinks applet codebase |
|
|
|
# standard W3C HTML/4.01 and XHTML/1.0 |
|
ProxyHTMLLinks a href |
|
ProxyHTMLLinks area href |
|
ProxyHTMLLinks link href |
|
ProxyHTMLLinks img src longdesc usemap |
|
ProxyHTMLLinks object classid codebase data usemap |
|
ProxyHTMLLinks q cite |
|
ProxyHTMLLinks blockquote cite |
|
ProxyHTMLLinks ins cite |
|
ProxyHTMLLinks del cite |
|
ProxyHTMLLinks form action |
|
ProxyHTMLLinks input src usemap |
|
ProxyHTMLLinks head profile |
|
ProxyHTMLLinks base href |
|
ProxyHTMLLinks script src for |
|
|
|
# scripting events (under "ProxyHTMLExtended on") |
|
ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \ |
|
onmouseover onmousemove onmouseout onkeypress \ |
|
onkeydown onkeyup onfocus onblur \ |
|
onload onunload onsubmit onreset \ |
|
onselect onchange |
|
|
|
|