tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

adding support for apache header #22

Closed drewglass closed 9 years ago

drewglass commented 9 years ago

this is an example test attribute:

default['aem']['dispatcher']['header'] = ['Header always append X-Frame-Options SAMEORIGIN']

Then hit a page through the dispatcher. It the network console you should see this:

x-frame-options

drewglass commented 9 years ago

@michaelhuff Please review

michaelhuff commented 9 years ago

looks good. (thumbsup)