From ab59ae2bcba622e8faa10e70ca2cc1c9d72fdc29 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Sat, 28 Sep 2013 18:53:40 -0700 Subject: [PATCH] Add browser-policy to History.md --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index e502bdc762..b38f30a6d5 100644 --- a/History.md +++ b/History.md @@ -32,6 +32,10 @@ * Support OAuth1 services that require request token secrets as well as authentication token secrets. #1253 +* Add `browser-policy` package for configuring and sending Content Security + Policy and X-Frame-Options HTTP headers. + + ## v0.6.5.1 * Fix syntax errors on lines that end with a backslash. #1326