server/tests/lib/AppFramework/Http
Lukas Reschke a05b8b7953
Harden cookies more appropriate
This adds the __Host- prefix to the same-site cookies. This is a small but yet nice security hardening.

See https://googlechrome.github.io/samples/cookie-prefixes/ for the implications.

Fixes https://github.com/nextcloud/server/issues/1412

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-23 12:53:44 +01:00
..
ContentSecurityPolicyTest.php
DataResponseTest.php
DispatcherTest.php
DownloadResponseTest.php
EmptyContentSecurityPolicyTest.php Add support for CSP nonces 2016-10-24 12:27:50 +02:00
FileDisplayResponseTest.php Add FileDisplayResponse 2016-09-05 15:09:54 +02:00
HttpTest.php
JSONResponseTest.php
OCSResponseTest.php
OutputTest.php add tests for http/output 2016-11-16 15:30:37 +01:00
RedirectResponseTest.php
RequestStream.php
RequestTest.php Harden cookies more appropriate 2016-11-23 12:53:44 +01:00
ResponseTest.php Move tests/ to PSR-4 (#24731) 2016-05-20 15:38:20 +02:00
StreamResponseTest.php
TemplateResponseTest.php