From c3472eaab93203166c92dfb4fdf99321cfd6aa93 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 28 Aug 2020 15:21:41 +0300 Subject: [PATCH] Updated changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index e27b89b088..3b3c93ea41 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -59,6 +59,7 @@ - Access to Health API now requires authentication with an API Key with access to `health.read` scope allowed - Added option to force HTTPS connection to the Appwrite server (_APP_OPTIONS_FORCE_HTTPS) - Now using your `_APP_SYSTEM_EMAIL_ADDRESS` as the email address for issuing and renewing SSL certificates +- Block iframe access to Appwrite console using the `X-Frame-Options` header. # Version 0.6.2 (PRE-RELEASE)