aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatheus Mosca <42419282+matheusmosca@users.noreply.github.com>2020-11-11 01:17:43 -0300
committerGitHub <noreply@github.com>2020-11-11 12:17:43 +0800
commit997ba0fef01cc5ea69de1be7e997c7b7e184dd52 (patch)
treeeda04450c549a1de9c2564db1bf8ec620f033e64 /CHANGELOG.md
parent6f735cc2dade8c24c66f2c131f26334784de6139 (diff)
context: add X-Frame-Options header (#6411)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f82ed08..29bf1764 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,8 @@ All notable changes to Gogs are documented in this file.
### Fixed
+- Add `X-Frame-Options` header to prevent Clickjacking. [#6409](https://github.com/gogs/gogs/issues/6409)
+
### Removed
- ⚠️ Migrations before 0.12 are removed, installations not on 0.12 should upgrade to it to run the migrations and then upgrade to 0.13.