On Fri, 29 Dec 2017 22:39:11 +0100
Roy Teeuwen <[email protected]> wrote:

> - I have an application which generates static HTML pages, that are
> cached by a custom apache http module.
> - I want to start implementing CSP 3 headers by using a nonce to put
> on all the inline script tags.

If the job is to rewrite something specific in HTML pages,
mod_proxy_html could be another option.  You get a markup-aware
parser, as opposed to a simple match-and-replace in
the modules we've mentioned.  Though that'll depend on what
works best with your application and your custom module.

-- 
Nick Kew

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to