nextcloud/lib/private/Http
Roeland Jago Douma 9a7265babf
Make authenticated cookies lax
This protects our cookies a bit more. It makes sure that when a 3rdparty
websites embededs a public alendar for example. That all the users see
this in anonymous mode there.

It adds a small helper function.

In the future we can think about protecting other cookies like this as
well. But for now this is sufficient to not have the user logged in at
all when doing 3rdparty requests.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 16:44:37 +02:00
..
Client Fix HTTP client given options being overriden by default options 2018-06-14 21:36:04 +02:00
CookieHelper.php Make authenticated cookies lax 2018-09-28 16:44:37 +02:00