nextcloud/tests/Core/Controller
Patrick Conrad 06e43bb46a
Remove cookies from Clear-Site-Data Header
In 2f87fb6b45 this header was introduced. The referenced documentation says:

> When delivered with a response from https://example.com/clear, the following header will cause cookies associated with the origin https://example.com to be cleared, as well as cookies on any origin in the same registered domain (e.g. https://www.example.com/ and https://more.subdomains.example.com/).

This also applies if `https://nextcloud.example.com/` sends the `Clear-Site-Data: "cookies"` header.
This is not the behavior we want at this point!

So I removed the deletion of cookies from the header. This has no effect on the logout process as this header is supported only recently and the logout works in old browsers as well.

Signed-off-by: Patrick Conrad <conrad@iza.org>
(cherry picked from commit 1806baaeaf)
2018-10-24 08:53:46 +02:00
..
AutoCompleteControllerTest.php don't create sorter instances when none was requested 2017-11-28 13:30:51 +01:00
AvatarControllerTest.php Fix tests 2017-11-29 14:23:15 +01:00
ChangePasswordControllerTest.php Use ::class in test mocks 2017-10-24 17:45:32 +02:00
ClientFlowLoginControllerTest.php Add unit test 2018-01-15 00:49:28 +01:00
ContactsMenuControllerTest.php add contactsmenu popover 2017-04-26 09:26:53 +02:00
CssControllerTest.php Automatic injection for CssController 2017-05-10 09:42:40 +02:00
JsControllerTest.php Automatic injection for JsController 2017-05-10 09:42:15 +02:00
LoginControllerTest.php Remove cookies from Clear-Site-Data Header 2018-10-24 08:53:46 +02:00
LostControllerTest.php Change password expiration time from 12h to 7d 2018-10-16 09:24:38 +02:00
OCSControllerTest.php Fix tests 2017-08-01 08:20:17 +02:00
PreviewControllerTest.php Add cache 1 day cache to preview endpoint 2016-11-03 14:00:33 +01:00
TwoFactorChallengeControllerTest.php Properly allow \OCP\Authentication\IApacheBackend to specify logout URL 2017-08-18 12:22:44 +02:00
UserControllerTest.php Adds user controller tests 2016-12-30 13:26:26 +01:00