DescriptionMake the default HTTP server configuration more secure
Add a mechanism for setting default headers to add to all responses.
By default each the HTTP response now will contain the following headers:
Content-Type: text/plain; charset=utf-8
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
New cookies created are now 'httpOnly' by default.
BUG=http://dartbug.com/19676
R=ajohnsen@google.com
Committed: https://code.google.com/p/dart/source/detail?r=39118
Patch Set 1 #
Total comments: 8
Patch Set 2 : Addressed review comments #Patch Set 3 : Additional edit #
Total comments: 8
Patch Set 4 : Addressed more review comments #
Messages
Total messages: 6 (0 generated)
|