Created
February 26, 2016 07:43
-
-
Save kcleong/01b56ad35e4be451692d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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