Hey Michael,
Just a heads up, you don't need to add
ctxt['servertokens'] = settings['hardening']['servertokens']
because you have the line
settings = utils.get_settings('apache') ctxt = settings['hardening']
above it.
« Back to merge proposal
Hey Michael,
Just a heads up, you don't need to add
ctxt['servertok ens'] = settings[ 'hardening' ]['servertokens ']
because you have the line
settings = utils.get_ settings( 'apache' ) 'hardening' ]
ctxt = settings[
above it.