nextcloud/tests/Core
Patrick Conrad 1806baaeaf
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>
2018-10-15 14:46:06 +02:00
..
Command Merge pull request #11765 from nextcloud/feature/mandatory-2fa-for-groups 2018-10-15 10:58:05 +02:00
Controller Remove cookies from Clear-Site-Data Header 2018-10-15 14:46:06 +02:00
Middleware Use ::class in test mocks 2017-10-24 17:45:32 +02:00