Skip to content

Instantly share code, notes, and snippets.

@kcleong
Created February 26, 2016 07:43
Show Gist options
  • Save kcleong/01b56ad35e4be451692d to your computer and use it in GitHub Desktop.
Save kcleong/01b56ad35e4be451692d to your computer and use it in GitHub Desktop.
# Confug for /etc/apache2/mods-available/proxy_html.conf
# Here's the declaration for 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
# To support scripting events (with ProxyHTMLExtended On),
# you'll need to declare them too.
ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \
onmouseover onmousemove onmouseout onkeypress \
onkeydown onkeyup onfocus onblur onload \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment