nextcloud/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
..
AutoCompleteController.php don't create sorter instances when none was requested 2017-11-28 13:30:51 +01:00
AvatarController.php Move avatar code to Avatar Class 2017-11-29 14:23:15 +01:00
ClientFlowLoginController.php Don't use special chars to avoid confusion 2018-05-22 14:51:30 +02:00
ContactsMenuController.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
CssController.php Update license headers 2017-11-06 16:56:19 +01:00
JsController.php Update license headers 2017-11-06 16:56:19 +01:00
LoginController.php Remove cookies from Clear-Site-Data Header 2018-10-24 08:53:46 +02:00
LostController.php Change password expiration time from 12h to 7d 2018-10-16 09:24:38 +02:00
OCJSController.php Use correct L10N files for jsconfig 2018-01-05 14:33:03 +01:00
OCSController.php Update license headers 2017-11-06 16:56:19 +01:00
PreviewController.php Update license headers 2017-11-06 16:56:19 +01:00
SetupController.php Update license headers 2017-11-06 16:56:19 +01:00
TwoFactorChallengeController.php Update license headers 2017-11-06 16:56:19 +01:00
UserController.php Update license headers 2017-11-06 16:56:19 +01:00
WalledGardenController.php Add 204 endpoint 2017-11-02 10:30:16 +01:00