From b63fb4e4e97c8675668a5c720c4f063f880538b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 7 Jul 2020 14:22:56 +0200 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/add-silentrefresh-middleware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/add-silentrefresh-middleware b/changelog/unreleased/add-silentrefresh-middleware index 335453cef..a7bf11377 100644 --- a/changelog/unreleased/add-silentrefresh-middleware +++ b/changelog/unreleased/add-silentrefresh-middleware @@ -1,6 +1,6 @@ Bugfix: allow silent refresh of access token -Sets the `X-Frame-Options Header` to `SAMEORIGIN` so the oidc client can refresh the token in an iframe. +Sets the `X-Frame-Options` header to `SAMEORIGIN` so the oidc client can refresh the token in an iframe. https://github.com/owncloud/ocis-konnectd/issues/69 https://github.com/owncloud/ocis-phoenix/pull/69