From 643f80f19f34f389e6fb03df7f8bc7628aaf4f17 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Tue, 17 Oct 2023 16:24:48 -0400 Subject: [PATCH] Added CORS header change to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d05bb468f..11fae7130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ * Fixed the paginator next and previous links, they were assigned backwards. * Added a shortcode to render a GitLab based activity heatmap calander. * Added `cal-heatmap` support along with `D3.js` and several related extensions. +* Opened up CORS headers since a static site shouldnt need any CORS protections. ## 1.1.0 -- GitLab