Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1 KB

HISTORY.md

File metadata and controls

32 lines (22 loc) · 1 KB

0.2.0

0.1.0 introduced a serious regression in which child controllers overwrote parent controller config values

0.1.1

Bug fix. Firefox doesn't seem to like the default-src directive, reverting back to 'allow'

0.1.0

Notes:

  • Gem is renamed to secure_headers. This will make bundler happy. github#26

Features:

  • ability to apply two headers, one in enforce mode, one in "experimental" mode github#11
  • Rails 3.0 support github#28

Bug fixes, misc:

  • Fix issue where settings in application_controller were ignored if no intializer was supplied github#25
  • Better support for other frameworks, including docs from @achui, @bmaland
  • Rails 4 routes support from @jviney github#13
  • data: automatically whitelisted for img-src
  • Doc updates from @ming13, @theverything, @dcollazo