From c373a1df43c5305be259fb92573a2bc32ee493f2 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 18 Aug 2020 22:06:11 +0200 Subject: [PATCH] nieuws/feed: header to allow js access from any domain Data is meant to be readable. --- nieuws/feed/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/nieuws/feed/index.php b/nieuws/feed/index.php index 00fa7ea..f2c62af 100644 --- a/nieuws/feed/index.php +++ b/nieuws/feed/index.php @@ -1,5 +1,6 @@ '; $siteref = (empty($_SERVER['HTTPS']) ? 'http' : 'https') . '://' . $_SERVER['HTTP_HOST']; ?> -- 2.30.0